Jump to content

Myth

Members
  • Content Count

    130
  • Joined

  • Last visited

Everything posted by Myth

  1. Myth

    Attendance Script

    - 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
  2. even i type /showname still the same is this diff problem?
  3. 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
  4. but how to add sa pay hours?
  5. Myth

    Greetings! ^^

    Welcome aboard mate
  6. 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"
  7. Myth

    Shadow Chaser

    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
  8. are you using renewal setup or pre re?
  9. 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
  10. i also use to download zip to obtain latest hercules
  11. ok thanks i already test it and its working
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.