Jump to content

uDe

Members
  • Posts

    400
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by uDe

  1. I need some correction for this script : que_qaru05,132,120,4 script Base Information#001 837,{ if (getgmlevel() >= 99) { mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Hello Admin, do you want to configure this information board now?"; goto TOP; TOP: menu "Yes",Config,"No. Thank you.",NOPE; Config: next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Please insert the Guild Name."; input $GBGuild001$[0]; //Remember to change index when using on a different NPC or else it will overwrite. next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Please insert the Base Owner Name."; input $GBOwner001$[0]; next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Please check the configuration below :"; mes " "; mes "Guild Name : ^00FFFF"+ $GBGuild$ +"^000000 "; mes "Base Owner : ^4B088A"+ $GBOwner$ +"^000000 "; next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Everything perfect?"; next; if(select("Yes:No") - 1) close; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "This board will be update immediately."; close; } else { mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Hello.."; mes "This base officially made for ^00FFFF"+$GBGuild$[0]+"^000000 Guild, and the owner of this base is ^4B088A"+$GBOwner$[0]+"^000000."; next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "Please don't disturb others base!"; mes " "; mes "If there's any report that you're"; mes "disturbing others base, you will be jailed!"; close; } NOPE: next; mes "[^00ff00Base Information Board^000000]"; mes " "; mes "I will always be right here Admin."; mes "See you again."; close; OnInit: waitingroom "Base Information",0,0; end; } - At line 7, if I choose "No", I need the NPC cancel the input that I've just do. Currently, "Yes" or "No" is no different. - If you can make this script more simpler? Thank you very much.
  2. i think you missed $ on line 9 and 14. But I've fixed it and it's working. So, every scripts need different index if I want to make it for other base.. Right?
  3. - Buffer bots is openkore bots that automatically give players Spirit, Full Chemical Protection, Weapon Perfection etc triggered by players... - About Buffer NPC, Repairman NPC etc, I've done it and it's already on the base. So, no need to do them again. What do I need is a NPC (1 NPC) : * For GM Function : script that I can configure/insert the Guild Leader and Guild Name manually in-game. * For Player Function : NPC that will tell them who the Guild Leader and the Guild Name that owns that base according the configurations from GM Function above.. Script example : geffen,195,72,3 script Guild Base Info 563,{ if(GM): - input Guild Leader Name - input Guild Name if(PLAYER) mes "Hello.. This base officially made for 'Guild Name' and the Guild Leader is 'Guild Leader Name'"; That's all. Thanks @AnnieRuru for replying.
  4. Thanks for the info.. But, this script will automatically give players the reward right? So, if I want to make it only work by whisper.. I will just do it like this : - script GMReward -1,{ OnWhisperGlobal: set .npcname$,"[ Event Reward ]"; if (getgmlevel() < 4){end;} mes .npcname$; mes "Hello "+strcharinfo(0)+", How can I help you?"; menu "-Give Reward",N_Name,"-Nothing",-; next; mes .npcname$; mes "Alright! See you soon."; close; right?
  5. Is this compatible with eAthena? Can you add whisper command for GM? So GM doesn't need to go to NPC everytime they want to give the reward.
  6. Let me explain it again for the third time and I would like to tell you this not the first time I'm requesting a script at here and I was being polite as I can before this.. Thank you very much for trying to help me here. Okay, let explain again. From the start. May I request a script at here? It's a NPC for giving guild base information to player when player click it. For your information, my server allowed players to use buffer bots to buff them. So, instead of letting buffer bots flooding my towns. I'm giving the players to choose their own base to "park" their bots. And usually, every guild got their own base and bots with buffer Npc, pvp Warper, castle Warper and repairman npc. Example, Guild "XXX" had a base at quiz_02 and other players cannot disturb other base or bots. That's why I need a NPC to let other players know that a base at quiz_02 map was occupied by Guild "XXX" and the leader of the guild are "Iori Yagami". So, it's easy to other players to request to join the "XXX" Guild because they know who is the leader. Also, if there's no bots online, they can't simply "park" their bots and claim that base at quiz_02 is their base. The original idea is the NPC will only tells Guild Name and Guild Leader of that base. And I hope any of you (script master) can provide a script that I can configure in-game to change the guild leader and guild name. So, I don't need to login to database, insert the guild leader and guild name and reload the NPC. It's only just that. There's no need to link the NPC to current guild who owns the castle.. No need for that.. I'm sorry if there's any Typo above because I'm using my phone to reply this. Thank you again for trying to help me. I'm really appreciate that. Please ask me if you still can't understand.
  7. I thought I've state all that I need above. I already use "Guild Base Information NPC" as a topic. Then, I had explain again So...... This is script request section, and I'm now requesting a script.
  8. This is for guild base info. FYI, almost every guild got their own base in any map they would like to set it as their base. So, I need a NPC (as a signboard) to tell player this map/area/base is for "XXX" guild and the leader is "Iori Yagami". And also I need a method to set the guild and guild leader in-game. Which mean I don't need to go to script to configure/set leader name and guild name.
  9. Thank you Euphy. May I have it as a script?
  10. May I request a script at here? It's a NPC for giving guild base information to player when player click it. For your information, my server allowed players to use buffer bots to buff them. So, instead of letting buffer bots flooding my towns. I'm giving the players to choose their own base to "park" their bots. And usually, every guild has already got their own base and bots with Buffer NPC, PvP Warper, Castle Warper and Repairman NPC. Example, Guild "XXX" had a base at quiz_02 and other players cannot disturb other base or bots. That's why I need a NPC to let other players know that a base at quiz_02 map was occupied by Guild "XXX" and the leader of the guild are "Iori Yagami". So, it's easy for other players to request to join the Guild "XXX" because they know who is the leader. Also, if there's no bots online on that base, they can't simply "park" their bots and claim that base at quiz_02 is their base. The original idea is the NPC will only tells Guild Name and Guild Leader of that base. And I hope any of you (script master) can provide a script that I can configure in-game to change the guild leader and guild name. So, I don't need to login to database, insert the guild leader and guild name and reload the NPC. It's only just that. There's no need to link the NPC to current guild who owns the castle.. No need for that.. Thank you again for trying to help me. I'm really appreciate that. Please ask me if you still can't understand. Hello guys.. I want to request a script for Guild Base Information NPC. I need the NPC will shows : - Current guild leader of the guild - Guild name My server can use @changeleader. So, is there any possible way to automatically update guild leader at the NPC? If not, I hope there will be a function for Admin to manually add guild leader name and guild name at the NPC in-game. Thank you very much. EDIT : I'm using eAthena 3ceAM
  11. uDe

    Itemizer MOD

    I see. So can you please help me to optimize this script?
  12. uDe

    Itemizer MOD

    Still didn't test it. But, thank you very much AnnieRuru for you help. May I know why do you say that this script unoptimized?
  13. uDe

    Itemizer MOD

    May I request some mod for this script ? Script : http://pastebin.com/0Q5TAz8c My request is : - Adding whisper system to GM only. Normal player still need to talk to npc to redeem the reward - GM can only give item that has been set on the script only. I've already personally ask Emistry help for item ID range that allowed to GM to give. But now, I may need a way to add specific Item ID if possible. My server is NOT rAthena. It's eAthena 3ceAM.. Thank you...
  14. how to stat this event ? I've already wrote "Automatic Poring Summoner Script". So, it's AUTOMATIC. But IF YOU WANT TO KNOW HOW TO CHANGE THE EVENT TIME, please find this (line 62) : OnMinute17: and change it.
  15. Or can be abuse with WELCOME123. Try it.
  16. Sorry, but what is the different between your script than @Euphy Quest Shop Script?
  17. Same here.. Yes. And I'm using v1.2.. Still have problem with close button It's happened when I click View Codes. But when there's codes to view, it has close button. If no codes. There will be no close button.
  18. It has been explained on first topic. Please click the spoilers.
  19. Same problem with me.. r17227
×
×
  • Create New...