Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    40

Everything posted by anacondaq

  1. Tozorman Green Peach Full Collection Backup 204 MB - Maaaaaaaaaaaaaaaaaany different headgears & recolours - Maaaaaaaaaaaaaaaaaany different NPC - Maaaaaaaaaaaaaaaaaany different Monsters - Maaaaaaaaaaaaaaaaaany different extra sprites That is not mine archive, i just share that with everyone who need that like me. Because i can't find any backup of the old green-peach website at internet, i did upload that for long usage in multiple places. Have fun guys. Download from MEGA.CO.NZ 204MB DropBox Mirror 204 MB
  2. OnPCLoadMapEvent: if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" ) dispbottom "You can't enter inside."; end;
  3. stupid question from topic starter. This is not rAthena problem, it's your own problem. Try to solve it by yourself, without crying on the forum.
  4. I think a good project like this won't allow something like that to happen Sony 2011 Maybe the good way it's to make something like simulator for RO characters/accounts. Because sharing private data for parsers -> big mistake. Why we must to trust to this service? Or i something don't know?
  5. nice panel to hack all players data on any server
  6. How large rAthena forum? How many GB it eats (sql + data)?
  7. ACMD_FUNC() I am using the latest pull from git i cant found this in atcommand.c ACMD_FUNC(go) ACMD_FUNC(mapmove) in atcommands.c
  8. How you making eggs? Just by @item? It's incorrect. You can't to buy the "ready" ID's, you need always to make egg first. Try to use: @makeegg "egg_id" Then try to use again Incubator
  9. Open atcommand.c @warp/ @warpto Before if (pc_setpos(sd, mapindex, x, y, CLR_TELEPORT) != 0) { clif_displaymessage(fd, msg_txt(sd,1)); // Map not found. return -1; } Add: if( pc_isdead(sd) ) { clif_displaymessage(fd, msg_txt(sd,664)); return -1; } @go Before: if (pc_setpos(sd, mapindex_name2id(data[town].map), data[town].x, data[town].y, CLR_TELEPORT) == 0) { clif_displaymessage(fd, msg_txt(sd,0)); // Warped. } else { clif_displaymessage(fd, msg_txt(sd,1)); // Map not found. return -1; } Add: if( pc_isdead(sd) ) { clif_displaymessage(fd, msg_txt(sd,664)); return -1; } It's extra rules to make failed usage this command while you dead. The recompile your server. http://rathena.org/board/topic/61836-warp-go-damage-delay/
  10. Install korean language to your system: There is a proof from my notepad++
  11. rAmod? or rAthena? Can you reproduce that at your own PC? With the same result? If you have the same problems on your own PC, try the next step by step until find the problem: Disable all NPC at server Disable all monsters at server Check again now. h, packet_db.txt, and clientinfo.xml config's. If you turn off all NPC - and problem gone -> try to find some OnPCLoginEvents or OnInit events, maybe one of them overload your server. + Their possible exploit if you have more than 99 stats of your character. Try to remove your current one, and make another game account, and other character -> no problems? Just try to practice on your own PC first, i hope you'll fix that problem soon.
  12. This is still bugged? What problems happened with that system? How it work with new @autotrade feature for venders?
  13. anacondaq

    GRF Editor

    C#?
  14. you can check the bug tracker. lots of report with no label yet. some of the report is more than a week. some of reports is more then a month) And that is sad for me...
  15. same here.
  16. Because all antivirus systems at 2014 have HIPS protection. If they do not know what is file for, they automaticly think it's a virus. AVG good antivirus, same like eset, and others. Just add this .exe to ignoring list. All of us know in rathena no viruses, because rathena is opensource.
  17. with lua it's very easy to add any item on the server with 2013 game clients. Just do step by step, and you win. Tell me please, where you have stuck?
  18. There is information what are you looking for: http://bit.ly/1mRsJEk
  19. Sorry for the stupid question, because something i can't to understand. This "tool" can change any effect in game to noeffect, or another effect by hooks?
  20. I'm fool. Sorry please for this problem. I was solve this trouble. 1.) I was download http://rathena.org/board/topic/63736-old-izlude-and-alberta/ map 2.) and replace the my previous izlude map in grf and mapcache with this one. 3.) i restart server -> anything looks good.
  21. anacondaq

    GRF Editor

    Thank you very much i will try to do that. I was not know about what you say before this moment. I will try, if something will wrong i will report about that. Btw, i was use 1.5.8 verison. Sometimes i'm update grf-edit. Btw, i have another suggestion, maybe need to write some plugin (?) for GRF Editor like in "About" window, to check latest version is it, or not latest. And if not latest -> show information about -> please update your client by clicking this link. Maybe it's sounds hard, yes, maybe. But i think not really need integrate autoupdate system, just some "notice warning", like "there is a newer versions somewhere in internet", for example at google code, or bitbucket, or github. Dunno.
  22. Before creating this topic i was google a lot. All of us know about new izlude. I'm using pre-renewal and i looking for old izlude NPC (i already have download and install old izlude map & update cache). And for now i need replace all NPC to the classic pre-renewal settings. Anybody have ready solution? Like already replaced NPC on izlude map for pre-renewal?
  23. sorry for necroposting. But yes, this take more resources if you increase your array.
  24. anacondaq

    GRF Editor

    Hi Tokei, your software is awesome! This looks very rich and solid! But i have problems with this software since 1.2 version or early. The Grf Editor destroy (damage) files after extracting from GRF (usually graphical resources). The same damage to files after importing and saving new GRF. I can't really provide any other examples or proofs, but this one is damage GRFs. Additional Information (maybe will be useful). Win7 x32. Net 4.5 (but doesnot matter on what version) Intel Core2Duo 2GB Ram
×
×
  • Create New...