
cuppacoffee
Members-
Content Count
546 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout cuppacoffee

-
Rank
Baron
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Request L2 Adrenaline, Autoequip Shadow Item Script?
cuppacoffee replied to MartenIIX's topic in Request Hacks & Cheats [English]
if Inventory.User.ByID(id, item) and not (Item.Equipped) then begin Engine.UseItem (id); There you go. That is what you need to make what you want I. -
[Wts] L2Tales Unlimited Windows Hack
cuppacoffee replied to platemate's topic in Hacks & Cheats [English]
+1 I see so many posts on various forums about how easy it is to bypass client-restrictions but not a single one is telling how to do it :p -
How about sharing it then? :)
-
begin while true do begin <your stuff you wanna repeat here> end end. Also, check out the existing topic about adr scripts. The answer to your question was given there already :)
-
To send more than one kind of items in one mail: Engine.SendMail ('recipient', 'subject', '', [id1,count1, id2,count2, id3,count3]);
-
All you need to make it is shared here in this topic already.
-
1: depends on what type of dialogue box it is. If it's tutorial window no. If dialogue box, yes. Engine.DlgSel('whatever') 2: You gotta have spawnpoints in all cities/the city you know you will be in. Eg. if you soe from somewhere near Giran you will end up in one of the n spawnpoints in Giran. See adr scripting guide for how to use 'inrange' command. 3: yes. Again, see scripting manual. Hint: QuestStatus 4: no
-
Try here: http://www.maxcheaters.com/index.php?app=core&module=search&do=search&fromMainBar=1
-
Timer On Debuffs {Just Like Buffs}
cuppacoffee replied to carvex21's topic in Hacks & Cheats [English]
There was a lengthy discussion about it on some Russian forum. Think it was Averia and/or 4gameforum. Maybe those are worth a look for you. -
Double check that you are using conditions correctly. '>' and '<' are not the same you know.
-
Try Adrenalin official site perhaps? Just an idea :x
-
Help Help Me Read These 3 Files Please!
cuppacoffee replied to artemiswtf's topic in Request Hacks & Cheats [English]
Take a look in the client dev section. There you can find the tools you need to open those files. -
Afaik you need script for that. Settings in adr interface only lets you protect yourself ei. attack already flagged players.
-
Code to looping a script is here in topic already. To repeat every x seconds just add a delay inside to loop.
-
You don't need script for that. Can be set up in bot interface. From what you posted it seems like you are using wrong conditions for heal.