Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Winz

  1. Winz

    @changesex

    posted on wrong board. my bad
  2. no error no anything? client connected to wrong IP (should be 127.0.0.1 or WAN or LAN IP, not localhost)?
  3. run the app as an Administrator? make sure that the exe and patch.inf are not blocked nor read-only (right click, properties)?
  4. Deleting the old server and downloading the new one, recompile, setting up (including DB) is not a good idea, I know. The only way to fix the problem is to run the sql upgrade files. Wait, what did you upgrade? the database or the server? If you upgraded the database, then you need to upgrade the server (and vice versa). Which to run? umm.. your last revision (or build date) to today (one by one) If you just upgraded your server files, you may drop all of your database's tables and re run the sql files like you installed a new one. Be reminded that all of your data will be deleted (logins, chars, items)
  5. Don't tell me you created the character directly through SQL, not client. Because creating a character through client shall give you a ' 1****** ' char id instead of ' 1 '
  6. Change the temporary NPC timer to permanent player variable will fix. answer: change .timer to timer
  7. This should be helpful http://ask.xmodulo.com/open-port-firewall-centos-rhel.html
  8. as I remember, ID '1' is reserved for servers communication. make sure that the login credentials inside your login is the same with the id and password in char_athena.conf, map_athena.conf as for your own ID, it should start from 2000001, if i'm not mistaken.
  9. 1. either your lua or lub files are not compatible with your client. i see the "Data translation Folder" is git-controlled.. is it the latest version? and are you using the client it supports? what's your client date? (http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/ ) but I can't find more than 2012-04-18 lub files. 2. some "launchers" are just.. having problems. I forget, if loki does or doesn't have a problem. If you want, you can fix this by diff-ing another client, but with (damn i forget what the patch name is) checked. Restore login window or something it is.. 2. alt: you can also create a shortcut to your .exe and open properties and add this line: -1rag1 /account:clientinfo.xml -t:YOURPASSWORD YOURUSERID server to the left of your "target" box. remember that it is case sensitive. and YOURUSERID may be changed to Gimj if it needs. also your password, make it unencrypted. or i think, you can try using loki but with MD5 always off (even if your server turns MD5 on). anything sent to client (as password) will be converted to md5 automatically if needed
  10. Winz

    itemshop bug

    is it a custom map? where it is? what item you're buying? from what script it is? mind posting the script? please give more informations.
  11. langtype 0 is set for Korea while langtype 15 is for Vietnam. also, try to edit your script and save it using notepad++. windows notepad follows system encoding. if system is English, then all characters (including vietnamese characters) will be ANSII and will be read not-correctly. (well, as for me, a still-windows 7 user)
  12. are you looking for an NPC that will give you points for selling items? like.. jellopy = 1points, red potion = 5 points, and so on? not quite sure with your question..
  13. i guess I'll still go with 2013-08-07a, latest stable client. basically, rA accepts clients till 2013-12-23. if you want a newer client, you may probably able to do it. just make sure that you have the packet db to be pasted on packet_db.txt the rest are just the same, refer to Wiki - Installation
  14. I somehow believe it's fixed here: https://github.com/rathena/rathena/issues/193 but other people are pasting and spamming rA's GIT bugtracker. result: fixed on Jan 9, 2015. 3:22 AM (GMT +8)
  15. Winz

    Bug job

    would you mind posting those txts here?
  16. Winz

    Skill problem

    or just mark this post as the answer SOLVED
  17. db/packet_db.txt: make sure it's: packet_db_ver: default not packet_db_ver: 45 mmo.h: make sure: #DEFINE PACKETVER 20131223 recompile .. i guess..
  18. Winz

    Char become NPC

    prontera,162,186,5 script Warper#toasty 3059,{ will result this: http://nn.nachtwolke.com/dev/npclist/?q=3059&qq=search try this: http://nn.nachtwolke.com/dev/npclist/?q=assassin+cross&qq=search if you want to clone the look of a specific char to be a NPC.. then... i only came up with Clone first, make the NPC had no sprite (3296) or 111 clone "prontera",<150>,<151>,,<char id>,<master_id>,64; will make the clone to be a plant. IDK if it can be attacked or not. for another thing... https://rathena.org/wiki/Setnpcdisplay oh and idk if player can click the npc to start basic NPC interactions or not
  19. seriously guys. please post any message of login-server or char-server or map-server instead of "help me please I need immediate HELP" it's just the same if you go to the hospital and kept shouting "HELP I DON'T FEEL GOOD HELP HELP HELP I'M DYING" i don't know if you're talking about this or not: i don't think so
  20. iteminfo holds the description and sprite definition right? itemdb holds the PROPERTIES (name, jname, atk, def, level, type,...) right? how are you going to sync both of them? even if you see the word "atk: xx, def: xx, weight: xx" on the item description, it does not affect anything since those properties are set in the itemdb. oh I get it... you want to extract those properties and put them in iteminfo? if that is, i haven't heard of such things. you can try https://rathena.org/board/topic/56376-rathena-database-editor/to see the props better.
  21. uhh, SVN? mind switching things and change to GIT? start from here: https://rathena.org/wiki/Installation_%28CentOS%29#Now_Install_GIT
  22. 1. login to your SQL database, use workbench, probably 2. open or create 'ragnarok' database. select it (double click) 3. load sql-files/main.sql and sql-files/logs.sql 4. open the "login" table 5. set the administrator (server communication) ID and Password with the accountID of 1 and sex of S. 6. the next account ID will be 2000000 i guess.
×
×
  • Create New...