[Solved] Chasing & Hidden Rex

Description: Have idea for a script, but you can't make it? Post it here!
Moderators: Lx Xzit, Yoshi021, 5438A38A, Semi-moderatos, Moderators

coolXD
Topic author, Honourable citizen
Honourable citizen
coolXD
Topic author, Honourable citizen
Honourable citizen
Reputation: 32
Posts: 43
Joined: 13 Jan 2020

Post #1by coolXD » 7 Dec 2020, 9:02

Hi! I need a script request to Chasing & Hidden Rex by RussianMan.

Read:
This is a Rex that chases you, like Disco Shell.
In fact, it can be set to flash and become invulnerable to stomps.
It can also be set to remain "hidden" untill player comes close.

Rex Colors:
Image

Script Solved
Yellow, Invincible and Green - Chasing (by VICTOR MANUELMR)
Yellow and Green Rex Stomped - Fast Chasing (by VICTOR MANUELMR)

Script Request
Hidden Pipe Rex (Green) - Soon

Scripts RussianMan:
Green - Hidden Pipe + Chasing
https://dl.smwcentral.net/image/58634.gif

View:
https://www.smwcentral.net/?p=section&a=details&id=20062

Thanks.
Attachments
Rex Chasing pack v1.zip
(624.49 KiB) Downloaded 166 times
Last edited by coolXD on 8 Oct 2021, 12:13, edited 4 times in total.

Victor ManuelMR M
Count
Count
Avatar
Victor ManuelMR M
Count
Count
Age: 21
Reputation: 155
Posts: 241
Joined: 7 Feb 2018

Post #2by Victor ManuelMR » 7 Dec 2020, 19:12

coolXD wrote:Hi! I need a script request to Chasing & Hidden Rex by RussianMan.

Read:
This is a Rex that chases you, like Disco Shell.
In fact, it can be set to flash and become invulnerable to stomps.
It can also be set to remain "hidden" untill player comes close.

Rex Colors:
Image

Download Review
http://www.mediafire.com/file/ov5ah7rqy0xkx1c/Chasing & Hidden Rex (Request).zip/file

Scripts:
Yellow - Chasing
https://dl.smwcentral.net/image/58632.gif

Invincible - Chasing
https://dl.smwcentral.net/image/58633.gif

Green - Hidden Pipe + Chasing
https://dl.smwcentral.net/image/58634.gif

View:
https://www.smwcentral.net/?p=section&a=details&id=20062

Thanks.

Code: Select all

'SCRIPT BY VICTOR MANUELMR
'REX CHESING
with npc(sysval(param1))

'GRAVITY
if .stand = 0 then
.ysp += 0.500000
   if .ysp => 8 then .ysp = 8
else
.ysp = 0
end

if .id = 1 then 'Invincible Rex
   
'Config - Facing :
if .xsp > 0 then .facing = 0
if .xsp < 0 then .facing = 1    
   
'Rex Chasing - Config
If .x < char(1).x - 20 then
         .xsp += 0.145000
          if .xsp > 3.6000000
            .xsp = 3.6000000
         end
      elseif .x > char(1).x + 20 then
         .xsp -= 0.145000
          if .xsp < -3.6000000
            .xsp = -3.6000000
         end
End   

'Normal Rex [Purple, Yellow, Green] :   
elseif .id = 162 or .id = 163

'Config - Facing :   
if .xsp > 0 then .facing = 0
if .xsp < 0 then .facing = 1
   
Select case .extx
   case 0 'NORMAL REX [Purple]
      .xsp = 1.20000000 * (1-2*.facing)
   case 1 or 2 'CHEASE REX [Yellow, Green]
      'Rex Chasing - Config
      If .x < char(1).x - 20 then
         .xsp += 0.145000
          if .xsp > 3.6000000
            .xsp = 3.6000000
         end
      elseif .x > char(1).x + 20 then
         .xsp -= 0.145000
          if .xsp < -3.6000000
            .xsp = -3.6000000
         end
      End
end select 'END
      
End
   
End with 'END SCRIPT   
Image
[1.4.5] - Dream Team at The Challenging Portals:
Image

coolXD
Topic author, Honourable citizen
Honourable citizen
coolXD
Topic author, Honourable citizen
Honourable citizen
Reputation: 32
Posts: 43
Joined: 13 Jan 2020

Post #3by coolXD » 8 Dec 2020, 8:01

Script Solved
Yellow, Invincible and Green - Chasing (by VICTOR MANUELMR)
Yellow and Green Rex Stomped - Fast Chasing (by VICTOR MANUELMR)

Another this soon

Script Request
Hidden Pipe Rex (Green)
Last edited by coolXD on 9 Dec 2020, 3:36, edited 1 time in total.

Victor ManuelMR M
Count
Count
Avatar
Victor ManuelMR M
Count
Count
Age: 21
Reputation: 155
Posts: 241
Joined: 7 Feb 2018

Post #4by Victor ManuelMR » 8 Dec 2020, 19:08

coolXD wrote:Script Solved
Yellow, Invincible and Green - Chasing (by VICTOR MANUELMR)

Another this one

Script Request
Hidden Pipe Rex (Green)
Yellow and Green Rex Stomped - Fast Chasing

Download Review
http://www.mediafire.com/file/utajmmwni10e65g/Cha ... en_Rex_%281_Solved%29.zip/file

You can use a disguised Background to make this effect hidden. You can use a liquid to activate and deactivate this background.

And you need to send me how "Yellow and Green Rex Stomped - Fast Chasing" works
Image
[1.4.5] - Dream Team at The Challenging Portals:
Image

coolXD
Topic author, Honourable citizen
Honourable citizen
coolXD
Topic author, Honourable citizen
Honourable citizen
Reputation: 32
Posts: 43
Joined: 13 Jan 2020

Post #5by coolXD » 9 Dec 2020, 3:27

Here is "Yellow and Green Rex Stomped - Fast Chasing" you have +6

Normal
.xsp = 1.20000000
Normal Stomped
.xsp = 1.80000000

Chase
if .xsp < -3.6000000
.xsp = -3.6000000
Chase Stomped
if .xsp < -4.2000000
.xsp = -4.2000000

Hidden Pipe Rex (Green) - has new released from pack #6

coolXD
Topic author, Honourable citizen
Honourable citizen
coolXD
Topic author, Honourable citizen
Honourable citizen
Reputation: 32
Posts: 43
Joined: 13 Jan 2020

Post #6by coolXD » 8 Oct 2021, 12:12

Salut folks!!
CoolXD NPC Pack #6 has new released from Hidden Rex. (viewtopic.php?f=66&t=4157)


Return to “Script requests”

Who is online (over the past 5 minutes)

Users browsing this forum: 1 guest