Jump to content

Yasunari Ishibashi

Members
  • Posts

    157
  • Joined

  • Last visited

Everything posted by Yasunari Ishibashi

  1. if allowed to know where are my mistakes? ok thanks, I'll try ok thanks, I'll try script still error like the picture above
  2. I've followed the instructions from @ Thanna but the error is still the same as the picture above, can help me? - script LMS#disable -1,{ OnInit: disablenpc "Mr. Banker"; ----> if I remove this line the error message does not appear, whether there would be trouble? enablenpc "All Job Manager"; ----> if I remove this line the error message does not appear, whether there would be trouble? end; }
  3. Is it enough to run the script? no need to change anything? or change -> conf -> group.conf : groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true ----> change false ? can_party: true } }, instructions please, thank you
  4. I have tried the results remain the same help me...
  5. what if lv 10 = 15 guild members? please help thank you
  6. Does anyone have the script? the example shown below, please share. Thank you.
  7. My event LMS script error correction for rectification please, thank you e-lastmanstanding.txt
  8. I want reuqest sprite suit jounin or suit kakashi, if anyone can help me? please help,thanks
  9. how to add a line of this script: sc_start sc_berserk, 1000000000, 1; sc_end sc_berserk; to script AntiBot, please help me ... thanks Bump... Bump, Help please... Antibot.txt
  10. Destroy emperium when WoE will take place automatically earn reward & Gift is valid while WoE lasts. This gift can anyone destroy emperium if I wanted TCG Card (7227) as a reward. if anyone can make a script do I mean?
  11. I would like to request PVP bet with zeny. 1vs1, 2vs2, 3vs3, 4vs4. so the script provides the stakes when it won the game. before going into pvp room must provide a password that has been agreed upon by both parties that the other player can not interfere. if anyone can make a script do I mean? Bump Bump
  12. how to make a script that runs on a particular day, I want a script that runs every Wednesday, Saturday, & Sunday 07:00pm - 08:00pm. if anyone can help me edit the script? thanks - script killerwoesatu -1,{ OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="aldeg_cas01"){ set #CASHPOINTS,#CASHPOINTS+2; dispbottom "Kamu mendapat 2 Cash Point. Total "+#CASHPOINTS+" Cash Points."; end; } }
  13. also wrong....because.. getcharid(2) return an integer...not string....so no need to use any quotation marks here... suppose to be if( getcharid(2) != GuildID ) goto failed; beside using goto command....you can do it like this also if( getcharid(2) != GuildID ){ mes "You cant use this NPC. Because it is not belong to your Guild."; close; } thanks emistry what if more than one guild for example there are 5? how to script?
  14. I've been looking for Max Level homunculus in src / map / map.h but no? whether exp_homun.txt just need to change it?
  15. How to alter homunculos & pet lv to 250? instructions please, thank you.
  16. whether the security code can be made random letters & numbers? and given a color to be answered is red instead of blue. whether it could help me make this script?
×
×
  • Create New...