Search results

  1. hadiesyafiq

    How to make npc give random different question?

    if (!quest_random) { mes "[Swordman Guildsman]"; mes("Last Question."); mes("If....."); next(); } switch(quest_random) { case 1: mes "[Swordman Guildsman]"; mes("1+3+5 = ???"); next(); input(.@guess); if (.@guess == 9) { mes "[Swordman...
  2. hadiesyafiq

    How to make npc just for novice,baby novice and high novice?

    hello hercules How to make npc just for novice,baby novice and high novice? here some of my script if(Class !=0) || Class !=4001 || Class !=4023) goto Lnotnovice; mes "Hi novice"; Lnotnovice:     mes "you are not novice"; i try this but still not work only novice can access high novice...
  3. hadiesyafiq

    How to change some message.conf to be self broadcast script?

    hi all how to make this message to be broadcast message? on message.conf (1229 message) i want it be broadcast here on atcommand.c clif->message(sd->fd, msg_fd(fd,1229)); // Your group has changed. here is example broadcast message.conf (896 message) on clif.c safesnprintf(output...
  4. hadiesyafiq

    [REQ] annoucement and disbottom will show...

    hi all i would to request annoucement (not for all server just for character) and disbottom will show when we login and change map {its mean we enter portal).. the message i like to show is current rates like this -    script    current_rate    FAKE_NPC,{ OnPCLoginEvent:         if...
  5. hadiesyafiq

    Need help about if and else on script

    hi i want make this script will work if we have just one of 3 different item 1 got 3 kind of item apple,meat and orange...this script will be use if we have one of the item.. example -    script    VIP    FAKE_NPC,{     OnPCLoginEvent:         if (countitem(apple) > 0)         {       ...
  6. hadiesyafiq

    REQUEST Script auto spawn boss when kill normal mob

    Hi all how to create script that will spawn boss monster if total kill on that map reach 100 normal mob? example map prt_fild08 kill poring 100 will auto spawn mastering... player 1 kill 50poring after that another player kill another 50 so total 100 and auto spawn mastering...after...
  7. hadiesyafiq

    [HELP] Eden Script Problem

    Hi all...i need help about Eden Group script... actually my server is PRE-RE server but i enable Eden Group script from RE script.. and i got this problem.. can someone help me to fix this?
  8. hadiesyafiq

    Cannot connect with client

    Hi all actually i just rent new vps...and i import all my files to new vps...all setup are done and no problem at all...but why i cannot connect with my client? i never change the client all i have setup new IP and server compile...here some photo of my problem... when i try to login cannot...
  9. hadiesyafiq

    about [else] is script

    hi all can somebaby help me how to fix this one?
  10. hadiesyafiq

    [REQUEST] item link feature to all custom NPC

    Hi all can someone teach me to edit current script but set item_link feature to the item required and reward... example put item_link to Hunting_Misson script , Quest_shop script by @Euphy  And Quest_board script by @tr0n_ help me...thanks in advance
  11. hadiesyafiq

    Request @autotrade limit

    Hi all can someone teach me how to set if player use @autotrade will auto disconnect when it reach 8hours? default @autotrade is no limit when player login vending will be close but now i want set limt for 8hours only
  12. hadiesyafiq

    [REQUEST] Random Daily Quest Script...

    Hi all it possible to make random daily quest like mc tiffiny roextreme...or sometime similar like that?...can someone give me an example?
  13. hadiesyafiq

    Map-Server Error when player login

    hi all i really don't know what the problem is..but on my map-server some error appear....here the picture..can someone help me to fix this?
  14. hadiesyafiq

    Ingame second password script

    Hi all can someone teach me how to make this script? script is like this when we login system auto force we to make number password...after that when login system will always ask the number...if wrong we will disconnected from server...when we not put the number we will freeze,mute and...
  15. hadiesyafiq

    [REQ] Referral system for sharing link and inviting player

    Can someone teach me to create script player can get reward when share and invite passive player to play like some server https://community.ragnarevival.com/index.php?/topic/402-revivalro-referral-guide/ Thanks in advance 
  16. hadiesyafiq

    Request Point Checker NPC Script

    hi all  my server use serveral custom point for reward here some #TIMEPOINT #VOTEPOINT #SHAREPOINT #PVPPOINT #MISSONPOINT #EVENTPOINT #MVPPOINT #CASHPOINT How to make 1 NPC to check how many point we have on that character... example [POINT CHECKER] You have  10 timepoint 5...
  17. hadiesyafiq

    Need help about "Daily Supply AnnieRuru" script

    Need help from master @AnnieRuru or someone can help to make adjustment for me.. here the really good script  this script have three set of daily supply.. how to make it just 1 set.. just set 3(for every 12am only) thanks in advance... because when i change it to 1 only 'mes' after that...
  18. hadiesyafiq

    [Request] Exchanger NPC with successful percentage function

    Hi all can someone share or teach me how to do this script? the script i want is like this: Exchange item to item need to pay zeny but have percentage to failure  example change silver coins to gold coins requirement 1 silver coins and 500zeny but 80% successful and 20% fail... thanks in...
  19. hadiesyafiq

    Request script structure for “Daily Quest”

    Hi all have someone have script structure for Daily Quest? that script will change the quest by 24hours
  20. hadiesyafiq

    How to make “showexp” on by default?

    Hi all can i know how to make command @showexp will on automatically when login? so player can use @showexp to off if they don’t want it appear on messages... normally we need to make command @showexp to show it...but not i need is exp always show
Back
Top