L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Free Check EXP to Town Script!!!!!!!!!!!!!!!!!
Author Message
soul2eat Offline
Expired VIP Member
**

Posts: 110
Joined: Nov 2013
Reputation: 24
Version: 1.4.2.132
Post: #1
Free Check EXP to Town Script!!!!!!!!!!!!!!!!!

i was bore doing quest today so i make this script just for the heck of it since i can't find one in the forum oo...

What it does, check base on minutes if no gain exp then SOE...
if it's in town, it won't check but Sleep base on your set minutes.

pretty much self explanatory.

you like? Hit Thanks.

Code:
ShowToClient("Exp","Check");

min = 3 -- in minutes to check during hunt (currently check every 3 mins)
town = 5 -- if in town then sleep in minutes before resume checking (make sure to have enough times to run to bot spot).
Scroll = 736 -- Scroll of Escape ID -- put other id scroll if you don't want to use SOE

Current = 1 -- 1 = enable ---- 0 = disable
Before = 1 -- 1 = enable ---- 0 = disable
Gain = 1 -- 1 = enable ---- 0 = disable
Total = 1 -- 1 = enable ---- 0 = disable

--------Don't Change Below-------
Yippy = 0
x = 0
Zero = GetMe():GetEXP()
repeat
if x == 0 then
First = GetMe():GetEXP()
x = x + 1
end
if (GetZoneType() == 12) then
Yippy = 0
x = 0
Sleep(town*60*1000)
end
if Yippy >= (min * 60) then
Second = GetMe():GetEXP()
if Second == First then
CancelTarget(true)
UseItem(Scroll); -- Scroll of Escape
Sleep(25*1000)
else
if Current == 1 then
ShowToClient("Current","Exp "..Second);
Sleep(1000)
Yippy = Yippy + 1
end
if Before == 1 then
ShowToClient("Before","Exp "..First);
Sleep(1000)
Yippy = Yippy + 1
end
if Gain == 1 then
wtf = Second - First
ShowToClient("i","Gains "..wtf);
Sleep(1000)
Yippy = Yippy + 1
end
if Total == 1 then
ohman = Second - Zero
ShowToClient("Total","Gains "..ohman);
Sleep(1000)
Yippy = Yippy + 1
end
end
x = 0
Yippy = 0
end
Sleep(1000)
Yippy = Yippy + 1
until false
12-22-2014 04:13 AM
Find all posts by this user Quote this message in a reply
 Reputed by : moball(+2)
Post Reply 


Messages In This Thread
Free Check EXP to Town Script!!!!!!!!!!!!!!!!! - soul2eat - 12-22-2014 04:13 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Thumbs Up Acess free for all odairdevalier 0 2,027 03-14-2018 12:41 PM
Last Post: odairdevalier
  check l2 deathwhisper truthak0s69 0 1,970 11-07-2016 23:40 PM
Last Post: truthak0s69
  Free License Limitation aa300598 5 5,256 02-04-2016 02:50 AM
Last Post: TheQQmaster
  Free licence has expired ? zakara 2 3,639 08-26-2015 23:37 PM
Last Post: zakariasz
  looking for a free IP proxy Donotresist 1 2,493 06-21-2015 16:00 PM
Last Post: capucine
  MultiBox Free for Core? tanksz 4 4,323 05-05-2015 17:48 PM
Last Post: francesco04
Exclamation version free lord_knox 0 1,808 03-09-2015 06:22 AM
Last Post: lord_knox
  Tower will remain free? ayanne 3 3,011 10-08-2014 21:15 PM
Last Post: Fox
Rainbow [FREE] Kill everyone that hits your toon +stuff *UPDATED eustach3 10 8,013 09-22-2014 00:15 AM
Last Post: capucine
Question Check masterparty benbt91 10 6,355 09-05-2014 22:18 PM
Last Post: kerberos464



User(s) browsing this thread: