Myth
Members-
Content Count
130 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Myth
-
- script AttendanceScript -1,{OnPCLoginEvent: // last login was BEFORE today if (#lastDayOnline < gettimetick(2)/86400) { // last login was exactly YESTERDAY, set consecutive_days +1 if (#lastDayOnline == (gettimetick(2)/86400 - 1)) set #consecutive_days, #consecutive_days+1; else // reset their streak to 1 set #consecutive_days, 1; set #lastDayOnline, gettimetick(2)/86400; set #CASHPOINTS, #CASHPOINTS + 2; dispbottom "Gained 2 HPRO Points. Total = " + #CASHPOINTS; // check for 7-day streak if (#consecutive_days % 7 == 0){ set #CASHPOINTS, #CASHPOINTS + 50; // Jellopy dispbottom "Gained 50 HPRO Points. Total = " + #CASHPOINTS; // check for 30-day streak if (#consecutive_days % 30 == 0){ set #CASHPOINTS, #CASHPOINTS + 200; // Jellopy dispbottom "Gained 200 HPRO Points. Total = " + #CASHPOINTS; // save today as the Last Day they were Online } } } end;} can someone fix this? its a daily attendance
-
even i type /showname still the same is this diff problem?
-
Extended Vending System UPDATED rev14395! by Lilith
Myth replied to quesoph's topic in Source Releases
cool source release quesoph -
How to disable cool down on Inspiration skill
Myth replied to madtoyz's question in Database Support
you need to change the 90000 because thats the level 5 inspiration. you just change the level 3 inspiration //-- LG_INSPIRATION2325,2000,2000,0,30000:45000:60000:75000:100,0,540000:480000:420000:360000:300000,1000 its .1 sec -
but how to add sa pay hours?
-
how is this works?
-
how can i disable feint bomb while inside the land protector example when a shadow chaser feint bomb inside the area of land protector the skill feint bomb will be "Skill is Failed"
-
Feint bomb i want to be like this just like cloaking but only hides in 3 seconds and he can cast a skill http://www.dailymoti...aser_videogames this screenshot is from pRO
-
ok then ill try
-
are you using renewal setup or pre re?
-
upload your .rar to your patch site but before you make it rar make sure you create it correctly ex. System/iteminfo.lua so that if you patch your patcher. patcher will extract your patch to System/iteminfo.lua
-
try to update your lub
-
i also use to download zip to obtain latest hercules
-
ok thanks i already test it and its working
-
bump