Jump to content

hadiesyafiq

Members
  • Content Count

    156
  • Joined

  • Last visited

  • Days Won

    1

hadiesyafiq last won the day on December 19 2020

hadiesyafiq had the most liked content!

2 Followers

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

2828 profile views
  1. 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...
  2. how to fix it mister @4144?because i already install the hashtable plugin.
  3. 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
  4. Ya the script is get random item..how to make it show the item they get?please help me about this script 🙏
  5. 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"
  6. 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.
  7. Thank you very much sir @SinjiPrasetio it work...it different from mine just INFINITE_DURATION...mine just single word...
  8. Now i found this error will appear when character weight over 50%..but how to fix it?
  9. 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 ..
  10. 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
  11. Hi Herc... if possible to adjust or add can someone teach me how to add more lines or modified SRC to add or adjust announcement lines/words here script example : announce "[Notice] : WARNING: READ BEFORE PLAYING A very small percentage of individuals may experience epileptic seizures when exposed to certain light patterns or flashing lights. Exposure to certain patterns or backgrounds on a computer screen, or while playing video games, may induce an epileptic seizure in these individuals. Certain conditions may induce previously undetected epileptic symptoms even in persons who have no history of prior seizures or epilepsy. If you, or anyone in your family, have an epileptic condition, consult your physician prior to playing. If you experience any of the following symptoms while playing a video or computer game-dizziness, altered vision, eye or muscle twitches, loss of awareness, disorientation, any involuntary movement, or convulsions-IMMEDIATELY discontinue use and consult your physician before resuming play.",bc_all; but not all will display....on official server so many line they can add... if can please guide me...
  12. try check your firewall...open port for 6900/5121/6121 dont forget sql port 3306
  13. Hi...i try to compile ./configure Make clean Make sql But i got this 2 error...can someone help me how to fix this?
×
×
  • Create New...

Important Information

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