Jump to content

EAJ_BASEMASK

Members
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by EAJ_BASEMASK

  1. What's your paypal, willing to give some tips. thank you for your hard work it takes a lot of work to recorrect those descriptions.
  2. i remember when i used to asked to Skotlex back in the day because he also have the mod of @hidedamage with Filter System, But impossible without the Client Hexing he managed to make it work on 2008sakexe with his last server MouRO. Unfortunately "NO"
  3. 20 years ago? really? kRO was Pre-Alpha Phase at 2002~2003 and releases at 2004 (Official Server) jAthena (Japanese Athena) translaed to (eAthena) that time was 2004.
  4. Can actually do like this: identifyall(); atcommand("@save "+ strcharinfo(0));
  5. Maybe this lead will help you i assumed it's a Custom and it needs to be declared. Your Banned from eAthena 2008?
  6. It literally says in the map-server. You don't have the custom script command called "is_valid_item" it's either it's a command or a functions that checks if the item is costume or not?
  7. This was mentioned back in eAdays, they rejected this and and find useless. Instead make a strong GRF Encryption Tool since it's more priority than that. since a lot of people broke the algorithm of the tool itself.
  8. Very useful for those who hosted their server under those PRE-BUILT-IN "READY SET GO SERVER" But self hosted this is useless. Why would someone let access to your server?
  9. I think i can confirmed this issue in latest GRF Editor Tool update.
  10. i just realized it was changed, the headers changes as well in this commit: https://github.com/rathena/rathena/commit/5df7de2b15959b234d0b1a73c534b1720e3acc21
  11. clif_clearunit_single(bl->id, CLR_OUTSIGHT, fd);
  12. Use 2024.exe solved your issue. That's a new PACKET on that Dialogue.
  13. It literally says you don't have the mesitemlink update your emulator. or replace one of those mesitemlink or itemlink or alternative. function script ITEM_INFO { .@item = getarg(0); .@itemname$ = getitemname(.@item); if( .@itemname$ != "null" ) { .@itemslot = getitemslots(.@item); if( .@itemslot ) .@itemname$ = sprintf("%s [%d]", .@itemname$, .@itemslot); } else .@itemname$ = "Unknown Item"; if( PACKETVER >= 20150729 ) return sprintf("<ITEM>%s<INFO>%d</INFO></ITEM>", .@itemname$, .@item); else if( PACKETVER >= 20130130 ) return sprintf("<ITEMLINK>%s<INFO>%d</INFO></ITEMLINK>", .@itemname$, .@item); else return .@itemname$; }
  14. Some commands not related to rA i assumed it's custom_command. isnumber(); some functions(); needs to be declared too
  15. Impossible without client modification the client. Server source will only send from the client.
  16. <?xml version="1.0" encoding="euc-kr"?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>rAthena Test Server</display> <balloon>Main Connection</balloon> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>https://rathena.org/</registrationweb> <aid> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> </loading> </connection>
  17. By chance on making something Paid type of GRF Tool? many this days can bypass this Encryption Security, al·go·rithm is completely broken.
  18. Don't be harsh it's just a Font-Damage. (Chinese Version) This is correct Topic and Title at Graphic Enhancements. Title says everything.
  19. He probably meant something like this. The code provided by **WinterFox** works too as well. Just put the coordinates at the Middle and adjust the radius.
  20. They even uses zephyrus Housing System Also Card Collection from (CC-RO) No wonder why they took down Nova-RO.
×
×
  • Create New...