Jump to content

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. GM name colour can be changed when u diff your client.
  2. up, i want to reset all players, if anyone can help ? using sql is great ! *i want to reset all character to their original status point, not remove it
  3. is this that u need ? 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{} for itemdb function script CustomBox { setarray .BoxItems[0],501,502,503; set .Random, getarraysize( .BoxItems ); getitem .BoxItems[ rand( .Random ) ], 1; announce "["+strcharinfo(0)+"] has just obtained a ["+getitemname(.BoxItems[ .Random ])+"] from a Custom Box.",0; end; } in script that u need to load edit setarray .BoxItems[0],501,502,503; for item list random
  4. all item ? or just a few ? can u check item_trade.txt nah... did u have function lock item ? dont tick at inventory
  5. I need it to be in my itemdb. It will be in a box of which the box will give random items from the list I will have. Is there any other way around this? Thank you my friend. just give any etc items that u didnt use to them to exchange with those items. its simple and easy though
  6. yes its not available in 3ceam. if you are using NPC to replace the item , its easy setarray .@card,2202,2217,2231; getitem .@card[ rand( getarraysize( .@card ) ) ],1; delitem 501,1; change 501 to any item that u want to let them change to that npc
  7. {getitem callfunc("F_Rand",2202,2217,2231),1; },{},{}
  8. psd = use adobe to edit . then change the original files with the 1 that you edit before
  9. all item cant drop or what ? check item_trade.txt
  10. this ? https://github.com/rathena/rathena/blob/master/npc/quests/quests_morocc.txt
  11. u want background music ? u can download in RMS
  12. its automatic if u set to renewal. Dont test damage without weapon. its enchanting deadly poison to weapons
  13. Is that I can setting for WoE and PVP = renewal but MVP/Hunting = Pre Renewal ? Nowadays players want hunting easy ~ and pre renewal setting will cause imbalance for 3rd job (RK with too high HP with Tao Gunka will dominate) And Renewal Items have much magic def so warlock is a bit high make that make the damage so low ~
  14. oic thanks man, i will try btw its not the way i solve it. that sprite already there in my grf files BUT i removed it and it works. just as what happen as Amatsu Crash, i remove the npc sprite and it works. i dont know why >.<
  15. i didnt delete but after reloaditemdb , i create 1 more same item and use it, still error
  16. Im using the same server, client and same folder (dual client), u can see i on 2 character at the same time but my Admin ID got error and my other character can equip that item. Why is it happen? Anyone can explain to me why is this happen? Im using same client, same grf files, online at the same time
  17. need a guild and up approval skill
  18. then what details in your core.c I haven't edited anything in my core.c. I just couldn't find the line that the solution states. I'm using the correct client for my server, and I've edited the packet_db.txt and all the necessary documents needed. I can log in fine, but the client is fully stuck, and the 2nd line on the chat is Cannot Determine SVN/GIT. show us your core.c
  19. then what details in your core.c
×
×
  • Create New...