Jump to content

Magnetix

Members
  • Posts

    446
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Magnetix

  1. Isa pa ang thread na to na maaaring ma-closed. Kung maaari lamang ay bigyan mo kami ng karagdagang impormasyon.
  2. Kung ganito parati ang ipopost ng mga members, wala talgang magtatangkang tulungan ka. Bigyan mo kami ng kompletong detalye.
  3. I already mentioned na hindi mo kailangan kumamit ng updated na Lua Files, if advanced user ka pwede mo update ang ilan. Gumamit ka ng Lua Files revision na para sa client mo.
  4. What Alexandria mean is to execute the upgrade_svxxxx.sql and apply those updates your database, OR redo your database and import the latest sql files.
  5. Check mo rin baka ung pinapalo ng Pally ay isang GM na over ang stat at may suot na ahura.
  6. I noticed there's 'level', afaik rathena now uses group_id.
  7. You may check CK's diff list and compare with it with yours. Diffs that were omitted may have caused the crash
  8. Well, there were people I know personally who encountered the same issue, told me they fixed it by using older clients.
  9. Open mo .../npc/mobs/ jan mo mkikita ilang mins/hr dpat maghintay para magrespawn ang isang monster sa isang map.
  10. Have you tried using older clients (preferably 2010 clients)?
  11. Afaik wala namang side effect ang paginstall ng PCRE kaya go for it para may disguise event kana...
  12. Yes, you need ot compile on your own.
  13. May custom grf ka ba? if yes open mo .../DATA.INI and gawin mo to 0=<your_custom_grf>.grf 1=rdata.grf 2=data.grf kung gamit mo naman eh data folder lang, make sure included ito sa pagdiff mo read data folder 1st kung Lua files gamit mo, dapat included ito sa diff read lua before lub make sure off ang HKLM_to_HKCU
  14. signing out... Fil section needs a major cleanup this weekend...

  15. A good place to start, this Section. It will show you the changes after forking eAthena. One of the threads from that section has a title "r15503: TXT save engine removed".
  16. Open .../src/map/config/renewal.h and find this line: #define RENEWAL_CAST change it to: //#define RENEWAL_CAST and finally re-compile. Please click the green arrow button in this message if this reply helped.
  17. You shouldn't use any other revisions as they contain files for specific clients. You should stick with the revision that was released for your client versions. For BrycE, you can use any revisions from rev123-rev130. And for emong, use rev159. That should fix your macro issue.
  18. We need more information like the date of the client used and your Lua Files revision #
  19. check mo ung texture folder ng data.grf. try mo gumamit ng GRF Tool pra mlaman m anung file ang dpa extract..
  20. For LAN connection, do the following: Click on start On the search bar type cmd or navigate through folders and find your command prompt On your command prompt type ipconfig /all (Take note of the IPv4 Address that would be your server's IP, write it down) Now open ...\conf\char_athena.conf and ...\conf\map_athena.conf See the codebox below, follow what was written. On your char_athena.conf find these lines: // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 127.0.0.1 <<< Remove '//' and change 127.0.0.1 to your IPv4 Address/Server's IP On your map_athena.conf find these lines: // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 127.0.0.1 <<< Remove '//' and change 127.0.0.1 to your IPv4 Address/Server's IP Don't forget to save the changes and compile source. Finally you have to create your own clientinfo.xml and place it in your Data folder Note: If you want others outside your network (LAN), instead of changing your IP to server's LAN/IPv4 address, use your public (WAN) address.
  21. I'm confused. When 15 players are in that map, what are the things they need to do to win?
×
×
  • Create New...