don't work the UnLimiter and instaScript. more than 2 clients don't start and the instascript when entering the instance the character stands and does not move
don't work the UnLimiter and instaScript. more than 2 clients don't start and the instascript when entering the instance the character stands and does not move
Is there any command for the Script Editor to set the Enhanced Animation and Enhanced Speed modes that you can change using the overlay?
Code:
#IF=%FirstTime,;
#SetVar=AnimationIncrease,How much Enhanced Animation you want?;
#SetVar=MovementIncrease,By how much % you want to speed up movement?;
_Calc[MovementIncrease]=%Var[MovementIncrease]+100;
_Calc[MovementIncrease]=%Var[MovementIncrease]/100;
#ENDIF
#EXECUTE=ApplyEnhancedMovement;
#EXECUTE=ApplyEnhancedAnimation;
start_ApplyEnhancedMovement;
MemWrite=%AddrFreeMem30,%AddrFlightStatus,DWORD;
_MemReadVar=%AddrFreeMem30,DWORD,temp;
_Calc[temp]=%Var[temp]+384;
_MemReadVar=%Var[temp],FLOAT,MovementSRV;
_Calc[NewMovement]=%Var[MovementSRV]*%Var[MovementIncrease];
MemPtrWrite=%PlayerBase,%OffsetMovement,%Var[NewMovement],FLOAT;
end_ApplyEnhancedMovement;
start_ApplyEnhancedAnimation;
_MemReadVar=%AddrAtkspeed,WORD,AttackspeedSRV;
_Calc[NewAttackspeed]=%Var[AttackspeedSRV]-%Var[AnimationIncrease];
MemPtrWrite=%PlayerBase,%OffsetAnim,%Var[NewMovement],WORD;
end_ApplyEnhancedAnimation;
Script para todos os Lastchaos - Autohokey 01/29/2012 - Last Chaos - 1 Replies I got a script that clicks several times with the click right mouse clicks when monster picks up the tarjeta. so he just throws the skill.
I used AutoHotkey program. in AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
Needs improvement.
I accept any help.
I'm from Brazil.
------------------------------------------------- --------------------------
[Release]Big Script Library 07/25/2010 - SRO PServer Guides & Releases - 0 Replies I think its a good idea to open this Topic.
I need Your Help.
Sent me your own made Scripts and i upload them here.
It does not matter if there is already a script by the mob.
Only Self made scripts!!!
What To Post?
Post me not the text file.Post me the script!!!
Scorpion 1 by Th3Stalker