Jump to content

Mad Walker

Members
  • Posts

    177
  • Joined

  • Last visited

Everything posted by Mad Walker

  1. Hello my client (2014-10-22b) crashes when i change gender to female of any job but is all good with male characters. How to fix this? i already patched custom job and added the lua files to make custom job work.
  2. Since @mail is not yet working on 2015 , is there anyway to get the item from sendmail(https://rathena.org/board/topic/74969-send-mail-via-scriptcommand/) source? Like @getmail custom command which you'll get the item / zennies immediately?
  3. great idea but I saw a post like this in midgard community. Good luck ! +1
  4. As we all know alternate sprite of 3rd jobs have errors on stylist custom palette. How can I make the stylist check if the player has already bodystyle so he can prohibit him from using cloth color stylist.
  5. Anyone help me with this script? Or is it possible to make it a script?
  6. I tried it on the latest revision of rathena. July 11. No errors on the map server
  7. I got this prompt on the latest revision of daily reward, seems function insert plural is not on the file.
  8. what? I mean just like this one, additional stats from safeguard not visible on alt + a?
  9. awesome but is there any way to make the following bonuses show on alt + a(stat)
  10. Anyone can help on this item link script - script itemdescs -1,{ end; OnInit: bindatcmd "ii2",strnpcinfo(3)+"::OnAtcommand"; bindatcmd "itemdesc",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: mes "^3355FF[ Item Description Search ]^000000"; mes "Input item name:"; input .@item; mes "<ITEMLINK>"+getitemname(.@item)+"<INFO>"+.@item+"</INFO></ITEMLINK>"; mes "Click on the name of the item above."; close; } script is not mine, ctto. I revised it and made it search the item using its item id. Now I want to make it more user friendly by replacing item id to name. User inputs the name of an item then it will show the corresponding list(s) of item with the same name. If the input is invalid / not in the database return Invalid input.
  11. it was like Nova RO's design Sir Stolao, how can I add an automatic reset on the pvp ladder every sunday and make it back on monday with auto reward for the top 10?
  12. Not even close, Use this version https://github.com/Stolao/Npc_Release/blob/master/Daily_Reward/DailyReward_v1.75.txt Which is the latest. Then .Reset = 1; And .MaxWait = 2000000000; Should do Then make sure you have 30 days worth of rewards after day 30 it will start back at day 1 again. Okay thanks sir!
  13. Just to clear sir that if I have to set // Minutes before losing the consecutive reward // Day: 48*60 - 50*60 // Week: 20160 .MaxWait = 3000; To // Minutes before losing the consecutive reward // Day: 48*60 - 50*60 // Week: 20160 .MaxWait = 80640; it will reset on the 29th day and will start again on the first day of the reward?
  14. Hi sir about your daily rewards, how can i add rewards reset after 1 month pass and make it per account / per ip?
  15. Hello how can I add automatic reset on a particular day and give rewards to that top 25?
  16. How to change the costume? Is that an item script or an npc?
  17. I was trying to look for an online job. LOOL
  18. Olrox: OH! I can bake some cake! uhm nah maybe I'm going to buy one, don't want to poison you anyway. lol
  19. About rollback; it is impossible for you to rollback august 20 if you don't have the "Saved file(SQL) for August 20" You have to learn daily back up for example.
×
×
  • Create New...