Jump to content

brother

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by brother

  1. my statue work properly when i use another hg it update the statue whenever i reconnect. thats okay but how to fix this debug/warning ? anyone?
  2. already fix thank you
  3. not working i have group lvl 5 on vip can you help me to make it work?
  4. hi, how to add vip hourly in this script. i want addtional 20 hourly coin for vip account. - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; //OnTimer30000: //Check if Vending (normal or @at) //if(checkvending() >= 1) { // dispbottom "The hourly badge rewards has stopped because you were vending . Please relog if you wish to start again."; // stopnpctimer; // end; //} OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; getitem 7859,5; dispbottom "You received 5 "+getitemname( 7859 )+" by staying ingame for 1 hour."; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; getitem 7859,100; dispbottom "You received 100 "+getitemname( 7859 )+" by staying ingame for consecutive of 12 hours."; } stopnpctimer; initnpctimer; end; }
  5. brother

    Items script

    can you help me with this script? i want + 19,800 HP but every level will decrease -200. bonus2 bMaxHP, (19800 - (BaseLevel * 200));
×
×
  • Create New...

Important Information

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