-
Content Count
160 -
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
-
Github
hadiesyafiq
-
Emulator
Hercules
-
Hi all,I need to know how to find the client packet for other official server not from kRO... All I know the client that Hercules support from kRO Can someone teach me how to find the packet for existing roextreme client?
-
How to make npc move direction when we touch the npc? Like this Before touch normal after touch the direction will follow where you are
-
TQ for reply,yup I search it but I don't know which part that will deduct zeny..
-
hadiesyafiq started following Official cash shop change use zeny
-
Hi all my brothers...long time not post any of questions,hope all of you fine and good as always... Ok my question is how can I change existing official cash shop on upper right corner to use zeny not use cash points or kafraPoints I already try to modify on clif.c from cash points to status.zeny,in cash shop it count zeny but when I buy it didn't effect the zeny...zeny not deducted after buy...can someone teach me what I need to change?
-
hi all dev how to set my cash shop to use kafrapoints(@points) not use cashpoints(@cash) i already open db and cashshop_db.conf there no option to set default currency... i just need change currency from cashpoints to kafrapoints... what i ask is for cash shop not npc...npc i already know how to set the currency by using NST_CUSTOM thanks in advance...
-
how to fix it mister @4144?because i already install the hashtable plugin.
-
hi... i already apply the plugins but i got this error on map-server [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: setmapflag (2 parameters): [Debug]: Data: string value="prontera" [Debug]: Data: variable name='MF_LOADEVENT' index=0 [Debug]: Source (NPC): map_name (invisible/not on a map) [Warning]: script_get_val: cannot access player variable 'MF_LOADEVENT', defaulting to 0
-
thank you very much
-
Ya the script is get random item..how to make it show the item they get?please help me about this script 🙏
-
Hi all can someone help me to understand "getitemname" because i make this script is successful announce but the item name show "null" i make bet npc that will announce item that player get but annouce show "null" here my test script... prontera,151,183,6 script Rika Exchange 4_F_KAFRA8,{ if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 10000) { mes "[Rika]"; close; } mes "[Rika]"; mes "Hi place your bet...."; next; switch (select("2M Zeny", "5M Zeny", "10M Zeny")) { case 1: mes "[Rika]"; mes "Good good, let me just check"; next; if (Zeny < 2000000) { mes "[Rika]"; mes "Sorry, but you lack some money..."; close; } set Zeny, Zeny - 2000000; getitem F_Rand( 656, 657, 505, 645, 506, 14510 ), rand(1,1); announce "[Rika] : "+strcharinfo(PC_NAME)+" get "+getitemname( "" )+".",bc_all; close; case 2: mes "[Rika]"; mes "Good good, let me just check"; next; if (Zeny < 5000000) { mes "[Rika]"; mes "Sorry, but you lack some money..."; close; } set Zeny, Zeny - 5000000; getitem F_Rand( 656, 657, 505, 645, 506, 14510 ), rand(1,1); announce "[Rika] : "+strcharinfo(PC_NAME)+" get "+getitemname( "" )+".",bc_all; close; case 3: mes "[Rika]"; mes "Good good, let me just check"; next; if (Zeny < 10000000) { mes "[Rika]"; mes "Sorry, but you lack some money..."; close; } set Zeny, Zeny - 10000000; getitem F_Rand( 656, 657, 505, 645, 506, 14510 ), rand(1,1); announce "[Rika] : "+strcharinfo(PC_NAME)+" get "+getitemname( "" )+".",bc_all; close; } OnPCLoadMapEvent: if (strcharinfo(3) == strnpcinfo(4)) showevent QTYPE_QUEST2,1; end; } how to make is show item name not "null"
-
hi all...how to get this effect...if we equip King_Tiger_Doll_Hat we can change to eddga auto when we attack or receive damage but in hercules both pre or re don't have this script.. how to implement this script? here i get from rathena... Id: 5497 AegisName: King_Tiger_Doll_Hat Name: King Tiger Doll Hat Type: Armor Buy: 20 Weight: 400 Defense: 6 Slots: 1 Jobs: All: true Novice: false SuperNovice: false Locations: Head_Top: true EquipLevelMin: 1 Refineable: true View: 495 Trade: Override: 100 NoDrop: true Script: | bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Player_Doram,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Eddga Power !\"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*getrefine(); }",.@r,3000,BF_NORMAL,"{ active_transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Eddga Power !\"; }"; can i just copy the script?but i think herc doesn't have script bonus2, autobonus2 and active_transform.
-
Thank you very much sir @SinjiPrasetio it work...it different from mine just INFINITE_DURATION...mine just single word...
-
Now i found this error will appear when character weight over 50%..but how to fix it?
-
hi all... my map-server sometimes showing unknown SQL error...can someone help me how to fix this? below is the picture of map-server ..
-
Hi all i just want make script for my new bet npc example : npc need 2 type of zeny Pay 1m you can get 1 of this item apple 50% red potion 30% jellopy 10% Pay 2m you will get 1 of these Orange 50% Red herb 10% Green herb 70% Above is example of kind script that i need...that have 2 option and with percent chance... Thanks in advance