Jump to content

Rocky Road

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by Rocky Road

  1. So hey,

    I'm not sure if you wanted the 1st and 5th floors (iz_dun00 and iz_dun04) or if you meant iz_dun01 and iz_dun05, so I included copies of all of them just in case. If you want, download here; If you need help adding the map, refer to this guide. If after reading, you still have questions, join the Discord chat an I'd be happy to walk you through the process.

    Regards,

    ~Azura Skyy

    Whoa you duplicate the others too!! thanks T_T sorry if i only know how to use that browedit i wont bother you.. im fine on adding maps :) thank you so much

  2.  

    Something like this:

     

    prt_in,89,72,6	script	Hunter Association	951,{
    
    if(countitem(item_here)) > item_quantity){
    
    function Chk;
    
    ...
    }
    
    else{
    
    mes "Not enough.";
    close;
    }
    

    then i will just add the whole script of monster hunting buttom of that script?

  3.  

    Thanks for the help! But err i dont know how to use this lol im so confused on this tool

    Which part confuses you? Just open the map with the map editor and save as '1@mapname'. If you tell me which maps you are using I'd be happy to do it and send you the files after work.

    Regards,

    ~Azura Skyy

     

    all lol i dont know where to open the map with the browedit.. sorry im newbie.. i want to duplicate Byalan dun01 and byalan dun05.. sorry and thanks

  4.  

     

    When you say "dual", you mean you want to duplicate a map as needed? I'm interested to know the answer to that as well.

    Oh yeah duplicate lol.. sorry for that.. yes i want to duplicate some of the maps for custom quest,,

     

    Instancing or not, I find it best to open it and save it in BrowEdit r586 under your new desired map name; Official map names are made as '1@' copies- 'payon' would become '1@payon'. This is commonly seen for instancing (the 1@ format). Once you've saved the map, add it to your server+grf.

    Regards,

    ~Azura Skyy

     

    Thanks for the help! But err i dont know how to use this lol im so confused on this tool

  5.  

     

    Check if ( item ( "item ID > "x amount") )

    I'm not sure if I type it out correctly, but just add that check at the front of your script. Then the npc will only proceed to giving out mission if they have requirement.

    Note I'm at work so I can't provide more accurate information

    Thanks i will try it boss thanks for the help

     

     

    Here the correct text:

     

    if (countitem(7189) > 19) {

    }

     

    Here an exmaple

     

    if (countitem("Item ID") > " item number") {

    "your txt/quest"

    }

    else {

    mes "sorry.";    // put whatever message you want

    close;

    }

     

    There you go, an outline of how to set the item check

     

    Do i just need to put that on the top of the script??

  6. Check if ( item ( "item ID > "x amount") )

    I'm not sure if I type it out correctly, but just add that check at the front of your script. Then the npc will only proceed to giving out mission if they have requirement.

    Note I'm at work so I can't provide more accurate information

    Thanks i will try it boss thanks for the help

  7. Hi guys,

     

    Does anyone have an Monster Hunting NPC that will ask for an item before he ask you a favor to kill atleast 3 type of monster and after killing that monster he will grant you a 1 item? please i need some of this script thanks

  8. Hi again guys

     

    can anyone share a warper that before the NPC warp you to a certain map you need to bring some item before the npc warp you?

    uhmm its like you will just show the items to that npc(not delete it) i ask this before but its a link some custom warper but i dont see any warper that im requesting it..


    Hi again guys

    can anyone share a warper that before the NPC warp you to a certain map you need to bring some item before the npc warp you?
    uhmm its like you will just show the items to that npc(not delete it) i ask this before but its a link some custom warper but i dont see any warper that im requesting it..



    Problem solve!
  9. Hi guys!!

     

    does anyone have a mob for LHZ F5 like Soul Linker, Star Gladiator, GM(Game Master)?? if you have please share it thanks


    Hi guys!!

    does anyone have a mob for LHZ F5 like Soul Linker, Star Gladiator, GM(Game Master)?? if you have please share it thanks



    Problem solve!! I found my old mobs :D
  10. Hi guys!!

     

    Uhmmm does anyone have or anyone can do a PvP Script like this?

     

    ~A 1vs1 PvP

    ~First player must pay any amount of zeny to enter the PvP room or start the deathmatch

    ~After paying the qouta to enter the PvP room the NPC will announce that someone entered the Deathmatch Room and other play can enter now the room.

    ~Who wins the Deathmatch recieve the amount qouta and the NPC will announce who wins the match.

    ~After the match, both player will be warp back to pronter.

     

    can anyone do this?? T_T thanks

  11. There's a way where the server makes an announcement any time an item drop under XX value is drop & obtain. You can adjust the XX value to any % you like, but the announcement is not only limited to cards. I can show you where and how to adjust it, but like I said again it's not only limited to just cards.

     

    i only need the script on the item... there is a script on an item that once you open a custom oca it wil announce what you've got on it.. i just lost the script thats why im asking it again and i forgot who give me that script T_T

  12. hi guys? are there any script for the mvp card only will be announce? or i should really fix the drop rate? coz i only want to announce a 0.40% drop of mvp card but i already adjust the other drop rate and stil there are too many items that below 0.40%. if i adjust or add more rates from the other items the drop rate of my server will just go higher. :( please help what should i do?

×
×
  • Create New...