Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Oh so you want to trade an item for another item? Oh so you want to trade an item for another item?
  2. http://rathena.org/board/topic/76130-i-have-script-npc-refine-100-1-to-max-with-item-event-item/page__hl__%2Bsafe+%2Brefine Or search for 'safe refine' in the search box in the upper right of this page http://rathena.org/board/topic/66190-refine/page__p__114564__hl__+safe%20+refine#entry114564
  3. trunk\npc\other\auction.txt
  4. Ahh.. so Raspbian can support rAthena too?
  5. Manually maybe?
  6. If you want to get only 1 item at once, use 'end;' Otherwise, it will give you multiple items at once. prontera,161,182,4 script test123 110,{ set .@prize, rand(1,100); if ( .@prize <= 1 ) { getitem 502, 1; // Cool FB Hat announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize1",0; end; } if ( .@prize <= 5 ) { getitem 501, 1; announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize2",0; end; } if ( .@prize <= 10 ) { getitem 503, 1; getitem 504, 1; announce "Poring Catcher : We have a winner, "+.@name$+". - won a prize3",0; } end; }
  7. But there's already Master Name: ^FFCC00"+ .@master$[ .@s ] +"^000000", on the code, isn't it?
  8. Ok Yudax, please post what steps have you done and the result too
  9. Or just change the item code to one of the following SC_FOOD_STR_CASH SC_FOOD_AGI_CASH SC_FOOD_VIT_CASH SC_FOOD_DEX_CASH SC_FOOD_INT_CASH SC_FOOD_LUK_CASH
  10. I think a raspberry pi won't strong enough to become a server
  11. use the cash food.
  12. Backup your grf, then delete the images from your grf, put the translated images to your data folder. Post back here with your result.
  13. Maybe you use the 'Read from data folder first', so try to put those images in your data folder, not in your GRF.
  14. Yes, you should. Or just use a signature, so people trying to help you don't get confused why it doesn't work on your side.
  15. Use this gettime(8) Your players will get the points everyday, unless he doesn't logged in for a year in the exact day
  16. Thanks Capuche, there's always something I can learn from your scripts! Btw, isn't it better to put '.@npc$ =' in OnInit label too? And I think ( .@c ? .@cast_owned$ : "No one" ) will be better to change it to ( .@c ? .@cast_owned$ : "None" )
  17. nothing what?
  18. wear a custom item that have adjgroup 99 code on it.
  19. you can try to switch your data to kRO, and then you will find lots of untranslated strings.
  20. Recheck your data.ini and use another setup.exe, such as OpenSetup or the Blue Ghostring setup
  21. There's something wrong with your server files, redownload all files from the SVN trunk. And try to use Euphy's WOE Controller instead of the original one. Post back after you try those
  22. The new Alt+G? Try to look again harder Do you mean this? btn_help.bmp apply_guild.bmp btn_big_ok.bmp
  23. Hmm.. It will be helpful if you put the location to the image, something like which button/key that you pressed to bring up that window.
  24. About those Korean words, there's already a diff patch for it, just use the WDGTranslateClient.dll, and your problem will be solved! Hope this helps
×
×
  • Create New...