Jump to content

Yasunari Ishibashi

Members
  • Posts

    157
  • Joined

  • Last visited

Everything posted by Yasunari Ishibashi

  1. Is there anything that can make the script 3 Char kick same IP? so for example when a player logged more than 3 char in 1 IP then the kick from the server. help me, thanks.
  2. Default item -> 12992 12986,Pet_Egg_Scroll_Box9,Adventurer Pack Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 12992,1; },{},{} Custom Item -> 25194,25195,25197,25199,25202,25203,25205 12986,Pet_Egg_Scroll_Box9,Adventurer Pack Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBoxUpper"; },{},{} I have @ reloaditemdb the same result. I still get the default item instead of a custom item. I was sorry item_db.txt error, if you could share item_db.txt? Thank you.
  3. I've changed like the script that you are justified, but why do I still get the default item instead of a custom item that I can? do i have to make item_custom.txt in db folder? Can I be an example? Thank you.
  4. Item_db.txt : 12986,Pet_Egg_Scroll_Box9,Adventurer Pack Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBoxUpper"; },{},{} Script : function script CustomBoxUpper { setarray .BoxItems[0],25194,25195,25197,25199,25202,25203,25205; set .Random, getarraysize( .BoxItems ); getitem .BoxItems[ rand( .Random ) ], 1; announce "["+strcharinfo(0)+"] baru saja memperoleh ["+getitemname(.BoxItems[ rand(.Random) ])+"] dari Custom Box.",0; end; } why when I opened the box the item out of default? not the item that I make in the script? please solution, thank you.
  5. I want to edit itemdb.txt so I want to make a random item when clicked on it to one of the 7 items. 12986,Pet_Egg_Scroll_Box9,Adventurer Pack Box,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem rand(25194,25195,25197,25199,25202,25203,25205),1; },{},{} I question why there is writing a error server after restart server : "Parse_CallFunc Expeted ')' to close argument list" if anyone can help gave the solution? thanks.
  6. I've tried but there was an error, is there a solution?
  7. what should I replace with the number 3? or with a higher rate?
  8. what if that in non-disabled only send goods only? but to send a messege still can, please help thanks.
  9. Example: xmas,147,131,5 script sample 447,{ OnTouch: sc_start BA_POEMBRAGI,240000,5; sc_start BA_APPLEIDUN,240000,5; } why if I use the script character I exposed stone curse? besides skill kaupe, kaizel,kaite if I use become stone curse. is there something wrong? Bump...
  10. after i try why not give gifts after WoE ends? when no error occurs, please help,
  11. thanks. II'I try I tried adding a goto failed; example: if( getcharid(2) != "guild ID" ) failed; failed : npctalk " Your Failed"; but the script does not work properly if there is a solution?
  12. whether it can use the skill NPC Bard / Dancer? eg, using a skill: / / - BA_WHISTLE 319,0,0,0,0,60000,20000 / / - BA_ASSASSINCROSS 320,0,0,0,0,120000,20000 / / - BA_POEMBRAGI 321,0,0,0,0,180000,20000 / / - BA_APPLEIDUN 322,0,0,0,0,180000,20000 if I may ask for an example script if you can?
  13. Is there no jobname.lua with npcidentity.lua? I put the monster confused if allowed to share with me
  14. wow works fine:) where was I doing wrong? Please let me know, thanks.
  15. I have tried deleting Cashpoint result remains the same, as shown below Error
  16. script does not work properly, please justification, thanks
  17. //Author : Goddameit //Version : 2011/12/16 - 01:04 function script AllGuildMemberEvent { if(!set(.@gid,getcastledata(getarg(0),1))) return; query_sql("select account_id, char_id from `guild_member` where guild_id = '"+.@gid+"'", .@gmaid, .@gmcid); for(set .@i,0;.@i -> something is missing? please justification script. {
  18. Toasty why I use a script like this WoE? make my server crash. Please help, thank you.
  19. What if I use the Toasty WoE? where I should put donpcevent "AGME:: OnAGME";?
  20. What if I use the Toasty WoE? where I should put donpcevent "AGME:: OnAGME";? if (isloggedin (. @ gmaid [. @ i])) getitem 12628.1,. @ gmaid [. @ i]; CASHPOINTS set #, # CASHPOINTS + 10 is it like that?
  21. So the script function is to give the gift of each end of WoE to the owner of a certain castle & gifts directly given to all players in a guild that won the WoE, so I want to give gifts Item ID: 7539 & Cashpoint +10 every time WoE ends. only an online player who get the prize. if anyone can make a simple script? thanks.
×
×
  • Create New...