Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Thanks for the buttons Peopleperson, and also I like your suggestion Swadon
  2. Glad to see it has been solved, now don't forget to edit your post and add a "Solved" tag
  3. Recheck your mmo.h, reupdate your packet_db, rediff your client, and recompile your server.
  4. Recheck if you have this line in your script.c static unsigned int equip[] = {EQP_HEAD_TOP,EQP_ARMOR,EQP_HAND_L,EQP_HAND_R,EQP_GARMENT,EQP_SHOES,EQP_ACC_L,EQP_ACC_R,EQP_HEAD_MID,EQP_HEAD_LOW};
  5. It's far from finished... You can't just use other's post and make a NPC, you have to modify it a little bit. http://rathena.org/board/topic/73553-pvp-warper-and-healer-with-auto-healbuffand-fcp/#entry152574
  6. Have you recompile your server after you merge the downrefitem command?
  7. After some time, the latest file version is v1.3, and now I'd like to ask you what's the most useful feature that you like from this tool? And please post if you have another suggestions for the next release, if your suggestions sounds possible to make then I might add it to the next release. My current project for Lua <--> Lub converter seems to be halted, because I'm busy in real life. But I'm still trying my best to work on the next version, and will release it here when it has been done
  8. Yes, what I mean is, if we create a NPC with this code, then we should add another security to authenticate whether she/he is the correct account owner.
  9. Some people also use this method atcommand "@option 2 0 0"; atcommand "@battleignore"; setoption 0x2,1; sc_start sc_berserk, 1000000000, 1; Along with checkcart() + checkriding() + checkfalcon() command. But personally, I don't like the use of sc_berserk.
  10. Thank Euphy for the SQL code, but I think if there's no security measure, someone could abuse the code
  11. Welcome Lighta! We hope that rAthena will get better with more core developers and other staffs too
  12. I think you should start to read the documentation file. Did you see any 'monster' command in Annie's post?
  13. 12202,Str_Dish10_,Steamed Tongue,0,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if(getstatus(304)||getstatus(305)||getstatus(306)||getstatus(307)||getstatus(308)) end; else sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5; },{},{}
  14. Yes, please update your LUA, you can look into the 'clientside support' section, and you'll find some solved post.
  15. Check if you have put those rsw, gat, gnd in the correct folder/grf, and try to rename your current map_cache.dat (for backup purpose), then run mapcache.exe
  16. You don't need to recompile your server, just use the @reloadscript command in game
  17. mes @name$ ---> mes @name$; Hmm.. You need to learn how to write a proper script.
  18. Rediff your client and never use the 'HKLM-HKCU' diff
  19. There's a search button on top-right of this page
  20. Use 'Open Setup.exe', or 'Blue Ghostring setup.exe'
  21. Yes you can, just put the desired dll in the 'plugins\weediffgen\' folder. The current 'WDGTranslateClientIntoEnglish.dll' didn't fully translate 2012 client.exe, you need another dll to make more custom translations, you can check on the WDG thread, I forgot the dll's name
×
×
  • Create New...