Jump to content

  •  

Myth

Member Since 22 Jul 2013
Offline Last Active May 31 2016 06:04 AM
-----

Topics I've Started

Attendance Script

25 January 2014 - 04:08 PM

-	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

 

 

/showname problem

25 January 2014 - 11:11 AM

Posted Image

 

even i type /showname still the same 

 

is this diff problem?


Feint Bomb inside Land Protector

13 August 2013 - 12:25 PM

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"


Shadow Chaser

09 August 2013 - 09:45 AM

Feint bomb

i want to be like this

 

just like cloaking but only hides in 3 seconds and he can cast a skill

 

Posted Image

 

Posted Image

 

http://www.dailymoti...aser_videogames

 

 

 

this screenshot is from pRO


2012 04 24 ragexe Client Error really needed

02 August 2013 - 09:55 AM

i have error when i login it disconnect then my server gets i already diff the client and change mmo.h to 20120424 and add comment to 

 

// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
//#define PACKETVER_RE

 

 

 
here's the error 
 

 

[Warning]: clif_parse: Received unsupported packet (packet 0x318d, 19 bytes received), disconnecting session #7.