Jump to content

WhiteEagle

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by WhiteEagle

  1. roCORD would nice for you. https://github.com/Normynator/roCORD/tree/development
  2. WhiteEagle

    vending

    You're welcome. It is easy to configure~
  3. @Functor Can you please post how to hex the exe for more Memo Points?
  4. I try to find the part in src.
  5. Does anyone know where can I find the part for the death animation? I wanna change this
  6. Hey guys, It's possbile to change the database stucture from mob.db, item.db and other? Only for personal use! For the question, why do not you use hercules? I think rAthena is simply better, but the structure in hercules is much clearer and easier to style. Like this from hercules:
  7. Thank you. Works perfect !! Very nice from you.
  8. Hey ~ Can anyone help me please with this here? I only want to display 2 randomly from the Array .@gqname$. Thanks in Advance.
  9. Ah cool. Special thanks, Mr. Sader1992.
  10. It's possible to make quests countable for the whole Guild? Excample: Someone start a Guild quest (Kill 100 Mantis), all Guild mates can kill them too (without being in a Party)
  11. Ah... Yea.. Right. Sorry. Hercules got only the old ones. With ne 1.8 Version works all fine. Thanks mate ?
  12. Hey folks, After a break, I wanted to continue with scripts & Co, but the GRF EDITOR does not work for me anymore. When I try to open the data.grf or anything larger than 1GB, the error message comes. Can anyone help me please?
  13. Sorry if it's in the wrong section. ? It's possible to bring the auction house system back to the new clients like 2018-06-20~?? I don't want to miss the new features but also have the auction System.
  14. Please update it to the latest rev. Thanks ?
  15. Cool idea. Can be coupled with quests. Is a little more pleasant than "bring me the item in text format" for the next questpart Will this buyable?
  16. Has anyone found a way to patch Read questid2display.txt / RecommendedQuestInfoList.lub? Would use newer clients for the attendance etc.
  17. Yea I know what you try to say. But you need to convert it into ANSI, but if you do this, the korean letters (spritenames) can't be read then anymore.
  18. I think the problem is, if you change it in ANSI, that the spritename is no longer readable.
  19. That's a good question. Never test it with comma, sorry.
  20. You can work with OnNPCKillEvent: and strcharinfo(3). OnInit: setarray .map$,"prt_fild04","prt_fild05"; end; OnNPCKillEvent: for (.@i = 0; .@i < getarraysize(.map$); .@i++) if (strcharinfo(3) == .map$ ) { set .@mob_base,((getmonsterinfo(killedrid,MOB_BASEEXP) / 100) * YOURBONUS); set .@mob_job,((getmonsterinfo(killedrid,MOB_JOBEXP) / 100) * YOURBONUS); set BaseExp,(BaseExp + .@mob_base); set JobExp,(JobExp + .@mob_job); end; } end; Didn't test it, but like this should it work.
  21. Wird noch an dem Ergo Patcher gearbeitet?
×
×
  • Create New...