@ hey can you incorporate a function to use boboneks coins when xp bar is full or >90%?
Oh and please, another thing, can you create a check point every time to time, to make the char go up when he falls down the square.. my char fell like 3 times in 15 mins and was just running next to the ramp to the wall
He uses EXP extractor when the EXP is above 50% already
I uploaded a version that uses gravity on discord yesterday, to avoid falling off and to avoid damage by the lava, will upload it here as well in few minutes
He uses EXP extractor when the EXP is above 50% already
I uploaded a version that uses gravity on discord yesterday, to avoid falling off and to avoid damage by the lava, will upload it here as well in few minutes
Excellent, ty, if i want it to use boboneks coins instead, i should modify an item id or something like that rigth?
or is there a posibility for you to include it as a selectable question: like
Want to craft bobonek coins = 1 / use exp extraxtor = 2
thank you very much in advance for your support!!!
I would include Bobonerks Coins but I need to know how exactly they get used,
1. Open the Script Editor, check "Show IDs" and hover above the item to get it's item ID, post me how the item ID is
2. When you use the item, does it have a cast time, if yes how long is it, does it have some window pop up that you have to confirm...
The bobonerks coin id is = 188920046
Its a coin that uses exp to get you bobonerks gems that are used to craft enchantments stones fgrom ancient to legendaries or legendaries to ultimate.
click on a bobonerks coin it takes like 1 sec to get the bobonerks gem. and yes it has a window that pops a warning that says using this item will cost u 20m exp. and an ok button.
yeah i know about that, i spoke about limiting cpu usage because when u have tons of accounts open doing luna, when they change to another character, aion takes high cpu usage to load the map, thats where i want to limit xd
yeah i know about that, i spoke about limiting cpu usage because when u have tons of accounts open doing luna, when they change to another character, aion takes high cpu usage to load the map, thats where i want to limit xd
There's not really a way around that, just set the "Max Clients for Login All" a bit lower to what ever your PC can handle with a bit of headroom in case multiple clients are entering the PIN at the same time
paraly, i would like to make a script where you stand at the same spot using one skill every 40 seconds, and if exp bar is higher than 60% it pops experience extractor, it is possible?
paraly, i would like to make a script where you stand at the same spot using one skill every 40 seconds, and if exp bar is higher than 60% it pops experience extractor, it is possible?
Code:
#IF=%FirstTime,;
#SmoothBackground
#UseLoop
MemPtrWrite=%AddrFPS,%OffsetFPS1,30,BYTE; FPS Cap change 30 to what ever you want
MemPtrWrite=%AddrFPS,%OffsetFPS2,30,FLOAT; FPS Cap change 30 to what ever you want
#SetVar=SkillName,Enter the Skill name that should be used every 40 seconds;
UseSpeed=1;
#ENDIF
#IF=%Timer=55,40000;
Command=/skill %Var[SkillName];
Delay=1000;
CreateTimer=55;
#ENDIF
#EXECUTE=CheckEXP;
Delay=100;
start_CheckEXP;
_MemReadVar=%AddrMaxEXP,DWORD,MaxExp;
_MemReadVar=%AddrCurrentEXP,DWORD,CurrentExp;
_Calc[ExpPercent]=%Var[CurrentExp]/%Var[MaxExp];
_Calc[ExpPercent]=%Var[ExpPercent]*100;
#IF=%Var[ExpPercent],>50; // IF above 50% exp
#IF=%Var[ExpConsumable],=1;
_IFInventoryContains=188922000; // EXP Extractor
UseID=188922000;
Delay=1250;
SendKey=0x0D;
Delay=1500;
Command=;
#ENDIF
end_CheckEXP;
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