-
Content Count
135 -
Joined
-
Last visited
-
Days Won
1
hadiesyafiq last won the day on December 19 2020
hadiesyafiq had the most liked content!
About hadiesyafiq
-
Rank
Advanced Member
- Birthday 05/06/1991
Contact Methods
-
Skype
hadiesyafiq
-
Website URL
ragnarokhiclass.com
Profile Information
-
Gender
Male
-
Location:
Malaysia
-
Interests
Ragnarok and Molly
-
Emulator
Hercules
Recent Profile Visitors
1542 profile views
-
Can someone share 2018-03-14nRagexe
hadiesyafiq replied to hadiesyafiq's question in Client-Side Requests
here to error from nemo site @4144 -
Hi hercules can someone share to me hexed 2018-03-14nRagexe? i try download on nemo.herc.ws failed maybe the client already gone. the reason i want this client because i want use packet obfuscation...this is last client that support packet obfuscation key...thanks in advance
-
hadiesyafiq started following Daraen
-
Hi @Daraen here mine https://drive.google.com/file/d/1Cxf9CsrLTvByAFiVd3zc52EzdKGn8klZ/view?usp=sharing
-
I already try use reshack but that one only change the exe icon not the title window icon... and for warning window is license.txt...just diff always show license...and need to use langtype 7/8
-
hi @Neo-Mind when i use WARP the title icon is not show..how to show the icon? here some picture to refer...on the red mark
-
Have other way?/sob...my vps 2core 1gbram
-
Hi..i install all from dockerfile...all 243 of 244 success but just one error how to fix this error? /swt
-
hi @L1nkZ i got this error while cargo build..how to fix this?
-
Thanks @L1nkZ
-
-
-
-
-
-
Thanks sir...it really nice launcher Thanks @Ai4rei im
-
i will try..but how to make it use windows title bar menu?
-
-
Can it customize to have login panel like launcher?
-
hi all just want to ask, how to get the launcher like this?how to create it?
-
How to create npc give item 24Hours once per character?
hadiesyafiq replied to hadiesyafiq's question in Script Requests
solve thanks guys.. just drop # on #dailymercenary to get per character... -
How to create npc give item 24Hours once per character?
hadiesyafiq replied to hadiesyafiq's question in Script Requests
i all ready success to make it give 24hours per reward but it only work per account not per character here my script function script getmercenary { set .Hour,24; if( #dailymercenary < gettimetick(2) ) { mes "Here your Mercenary Contract for today."; set #dailymercenary,gettimetick(2) + ( .Hour * 3600 ); getitem 12160,5; //set the price here }else{ set [email protected],#dailymercenary - gettimetick(2); set [email protected], [email protected] % ( 24 * 3600 ) / 3600; set [email protected], [email protected] % ( 24 * 3600 ) % 3600 / 60; set [email protected], [email protected] % ( 24 * 3600 ) % 3600 % 60; mes "You have to wait ^FF0000"[email protected]+":"[email protected]+":"[email protected]+"^000000 countdown to get next Mercenary Contract"; } close; } how to make it give per character?