Author Topic: Help please with script  (Read 1797 times)

0 Members and 1 Guest are viewing this topic.

Offline shortcutsTopic starter

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • shortcuts has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Help please with script
« on: November 19, 2010, 11:42:01 PM »
0
I play on free shard, trying to make a script that will open a trapped pouch once paralyzed. having trouble figuring out how to set up the script.how do i make the script notice that I am paralyzed. if anybody could help with the commands, or even a script that would work it would be greatly appreciated, thanks in advance.

Offline Masscre

  • Gran Master Jester !!
  • Scripthack
  • *
  • Posts: 4615
  • Activity:
    0%
  • Reputation Power: 55
  • Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!
  • Gender: Male
  • Air Guitar Commander !!
  • Respect: +390
  • Referrals: 1
    • View Profile
Re: Help please with script
« Reply #1 on: November 20, 2010, 05:32:28 AM »
0
You have to options for figuring out if you have been paralyzed. One you can scan the journal and when it find "you have been paralyzed and can not move" you can choose to use the box or you can scan the buff bar which shows if you have been poisened, mortaled, inivisble and so and watch that with your script to find out when you have been paralyzed and then use your box.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +786
  • Referrals: 1
    • View Profile
Re: Help please with script
« Reply #2 on: November 21, 2010, 12:01:55 PM »
0
outline of the script so you can fill it in

Code: [Select]
set %ExitScript NO
set %Para NO
repeat  ; start
   ; check for paralysed set %Para = YES
   if  %Para = YES
      {
      ; code to open box.
      }
until %exitscript = YES
halt
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: