Para's Script Library

03/15/2016 02:33 FallenEdge#391
Paraly, I want to add a security check for a script that has a loop (the script runs visible to others), a security check like this:


Code:
#IF=%POSITION,;
MoveTo=
MoveTo=
MoveTo=
#ELSE
(close hack, stop the program completely)
#ENDIF
Where it says (close hack, stop the program completely) what can I put there ?

What are all the posible variables we can use for the script, like: %TargetName, %Position, %TargetDead ?

Finally, what is the use of #Register ?

Thanks in advance
03/15/2016 04:42 Paraly#392
Quote:
Originally Posted by FallenEdge View Post
Paraly, I want to add a security check for a script that has a loop (the script runs visible to others), a security check like this:


Code:
#IF=%POSITION,;
MoveTo=
MoveTo=
MoveTo=
#ELSE
(close hack, stop the program completely)
#ENDIF
Where it says (close hack, stop the program completely) what can I put there ?

What are all the posible variables we can use for the script, like: %TargetName, %Position, %TargetDead ?

Finally, what is the use of #Register ?

Thanks in advance
This should work

Code:
#IF=%POSITION,;
MoveTo=
MoveTo=
MoveTo=
#ELSE
QuitAtRound=False,-1;
#ENDIF
That are already almost all existing, there's
%TargetName
%GotTarget
%TargetDead
%Position


With #Register you can register few lines which get executed after each line till you #UnRegister them.
The command ends with an "/;" instead of the usual ";" and if you wanna use multiple lines you have to use "/n" after each line

For example if you wanna use a fine recovery serum and a Greater Healing Potion whenever it's possible while the script is doing something

Code:
#Register=Command=Use Fine Recovery Serum;/nCommand=Use Greater Healing Potion/;
MoveTo=
MoveTo=
MoveTo=
MoveTo=
MoveTo=
MoveTo=
MoveTo=
#UnRegister
MoveTo=
MoveTo=
MoveTo=
so he will try to use both potions after each line till the #UnRegister
03/20/2016 08:46 Kakabuter#393
Paraly , i need script Barracks for class Song, u help me ? ;)
03/20/2016 10:21 Paraly#394
Quote:
Originally Posted by Kakabuter View Post
Paraly , i need script Barracks for class Song, u help me ? ;)
There's a script for any class, if you don't see a script specially for your class you have to load the "Others" script.
03/20/2016 22:02 Kakabuter#395
ok ty very much !
03/21/2016 00:28 shujaa666#396
this its my question ... can templars make the instance using 2 clients and he can w8 to the other makes the statues to get more ap?
03/30/2016 20:45 Killerup#397
I got a Problem with Barrack script runs good but my Char didnt loot the boxes
04/06/2016 09:45 mylovefrv#398
Could you make a video for FT-NA version ? I see have scritp for that but dont know how to do ? Is this script for levling ?
04/06/2016 17:07 Paraly#399
Quote:
Originally Posted by mylovefrv View Post
Could you make a video for FT-NA version ? I see have scritp for that but dont know how to do ? Is this script for levling ?
The script is only recommend for level 65 characters and it's for candies and plumes which kromede can drop.
04/10/2016 03:19 sucu#400
hello ... scripts mostly work perfectly , however some are with bugs and do not work on my pc . I use the necessary configurations for the operation but in instances such as:

Tiamat Stronghold EXP - Script
Lost Refuge - Script view . 1:09

All other scripts usually work ... It will be a configuration error ?
04/10/2016 03:30 Paraly#401
Quote:
Originally Posted by sucu View Post
hello ... scripts mostly work perfectly , however some are with bugs and do not work on my pc . I use the necessary configurations for the operation but in instances such as:

Tiamat Stronghold EXP - Script
Lost Refuge - Script view . 1:09

All other scripts usually work ... It will be a configuration error ?
What is your problem at the TS script?

Lost Refuge is pretty random at the third chest sometimes it work flawless sometimes it doesn't, there's not much we can do there.
04/10/2016 15:02 sucu#402
It's hard to explain ... but when it starts to instantiate the character is teleporting the starting point for another random point often or rather all the time ... and nothing happens just that.
04/13/2016 10:03 mylovefrv#403
Hey Para, Steel Rake script for what ? exp lvling or loot some thing like FT ?
04/13/2016 10:41 Paraly#404
Quote:
Originally Posted by mylovefrv View Post
Hey Para, Steel Rake script for what ? exp lvling or loot some thing like FT ?
SR has 4 chests which contain ~190k kinah at EU each round takes 35-55 seconds.
However the ban rate is really high and at NA it's already fixed so care.
04/16/2016 02:30 Aethereall#405
Para i need help, i want to register the attack speed scrolls too, how do i do it?

I tried:
#Register=CheckScroll=8.1,164000076;/nCheckScroll=8.1,164000073;/;

But it didnt work since it is actually checking only the Speed value and not the Atkspd one :(