-
Content Count
160 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by hadiesyafiq
-
[NEED HELP] tr0n's Questboard SETUP GUIDE
hadiesyafiq replied to hadiesyafiq's question in Script Support
sir but how if i want add more required item like red potion 10ea yellow potion 10ea blue potion 10ea -
[NEED HELP] tr0n's Questboard SETUP GUIDE
hadiesyafiq replied to hadiesyafiq's question in Script Support
Its work thank you sir -
I got error when i setup..can someone teach me how to exactly setup this script here link original https://raw.githubusercontent.com/HerculesWS/Hercules/stable/npc/custom/quests/questboard.txt here i try to setup here my error
-
yes i follow your guide and use your script i set 2 onClock0900: onClock2100: but sometimes it will start on random times and not the script setting..
-
Sir @Ridley it possible if i make it 2 times?i mean happy hour 2 times daily...morning 9am-11am and 9pm-11pm weekdays and for weekends 24hours happy hour(Saturday and sunday)
-
Can someone Help me on this Job Changer script?
hadiesyafiq replied to hadiesyafiq's question in Script Support
Hi sir..the problem is npc charge zeny for 1st job...and not charge for 2nd and rebirth... what i need is 1st job = free 2nd job = 150k rebirth = 1m -
above is Default Herc Euphy job changer script but i add cyro script gave to me for add cost zeny.. the problem is when change to 1st job npc ask for zeny but not on 2nd job and rebirth... can someone help me? the script i need is 1st job = free 2nd job = 150k rebirth = 1m
-
Hi all....can someone share to me npc like a warper but it for send player to making job quest... i got some npc from rathena but not work on my server...
-
Request Script For Group id 2 above get some benefit
hadiesyafiq replied to hadiesyafiq's question in Script Requests
Thank you sir...can you teach menhow to write script login event for adjust the rates and give me example so i can make new npc only group id 2 can access (if group id 2 = hai...if group id 0 = sorry sir you don’t have permission to access this) -
Request Script For Group id 2 above get some benefit
hadiesyafiq posted a question in Script Requests
hai all it possible to change rate/drop/refine rate for group id 2 and above? example: group id 0 - normal player (noting change) group id 2 - vip player got this ... if (getgroupid() >=2) double exp, double drop, double refine rates, double kafra storage, half fees for change job to rebirh, can use some npc like healer, free use kafra service and auto get blessing when login can someone teach me how to set this? -
Thank you very much sir...
-
Ya everyday sir...9am to 11am...when event start server will announce and event end also server announce.. normal rates 25x when happy hour it will be 50x like that
-
Request VIP System or premium accounts for Hercules
hadiesyafiq replied to hadiesyafiq's question in Script Requests
Thanks sir...i will try and let you know...but how to set benefit like double exp,double refine rate,got agi and bless when login...because herc doesn’t have official vip account that why need use group id... -
But if the event end where can i put the announcement?
-
And how to add the announcement when the floating rate event start and end?
-
Request VIP System or premium accounts for Hercules
hadiesyafiq posted a question in Script Requests
Hi all can someone help me to build premium account or vip account alike... Have 3 type daily,weekly and monthly use vip coupon and claim group id on NPC benefit got double exp on all,refine rate 50% success can use all cash npc like stylish,font changer,font color....and will get increase agility and blessing when warp or login... and got custom aura for known as VIP...when level 99 the aura become double...normal aura 99 + VIP aura if possible please teach me how... -
Can it have custom aura for VIP user?
-
How to create new SQL TABLE for script
hadiesyafiq replied to hadiesyafiq's question in Script Requests
Thank you very much sir -
Thank you sir
- 1 reply
-
- satan morocc
- episode 12
-
(and 4 more)
Tagged with:
-
Good Day Citizens of Midgard! Be a pioneer on this upcoming Ragnarok Level-UP Episode 12: Nightmare of Midgard The Destruction of Morroc Downloads will be available NOW! Registration is now available at http://bit.ly/RPG-reg Join our GROUP! https://www.facebook.com/groups/rpglevelup/ Tag your friends on the comment box and invite them on this awesome server! ➡️USEFUL LINKS ✅Official Website: http://www.ragnaroklevelup.com ✅Register here: http://bit.ly/RPG-reg ✅Downloads: http://bit.ly/RPG-Downloads ✅Support Ticket: http://myaccount.ragnaroklevelup.com/support/tickets ✅Share for Points: http://bit.ly/RPG-s4p ✅Vote for Points: http://bit.ly/RPG-v4p
- 1 reply
-
- satan morocc
- episode 12
-
(and 4 more)
Tagged with:
-
i have script but i lost the SQL Table can someone teach me how to create new one for the script... here some query sql on the script query_sql( "SELECT `id` FROM `e_freebie` WHERE `aid` = "+.@aid+" LIMIT 1", .@id ); query_sql( "INSERT INTO `e_freebie` ( `aid` ) VALUES ( "+.@aid+" )" ); query_sql( "SELECT COUNT(`id`) FROM `e_freebie` WHERE `status` = 2",.@total_id ); query_sql( "SELECT `id`, `time` FROM `e_freebie` WHERE `status` = 1 AND `aid` = "+ .@aid, .@id, .@time$ ); query_sql( "UPDATE `e_freebie` SET `status` = 2, `time` = NOW() WHERE `id` = "+.@id+" LIMIT 1" );
-
Ok sir i will try
-
Is rathena script is compatible with hercules?
-
[Guide] Create your server & Client (2016/08)
hadiesyafiq replied to Monsieur Panda's question in General Server Support
Need help...i just rent vps digitalocean debian 9 i follow the guide but not work -
How to create server status script for website php (non flux cp)
hadiesyafiq replied to hadiesyafiq's question in Website Support
Thanks for replying all...I’ll try