Jump to content

Winz

Members
  • Posts

    1479
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Winz

  1. Winz

    ###### @sameip

    The script is valid and I got no infinite loop as well. I am surprised that herc's npc script and rA's are the same. and the source code as well. how?
  2. SVN Revision: 12527 still using SVN? we're using GIT already. upgrade it first then ask next question http://rathena.org/wiki/Transition_from_SVN_to_GIT or delete everything, start from a new scratch. *EDIT*: avoiding future questions like "How do I upgrade it?"
  3. login to your SQL server (through phpmyadmin or MySQL Query Browser or Workbench) as root / ragnarok (as long as you have the permission to create a table) then open /sql-files/main.sql. search: `login`. copy the whole section and paste it to the SQL box on the application (PMA, MySQLQB, MySQLWB) and execute it.
  4. http://rathena.org/board/topic/63177-ro-open-setup-v2102353-last-updated-20140802/page-4#entry212473 this? update download the latest opensetup
  5. /data/lua files/ there optioninfo.lub and iteminfo.lub will go to /System/
  6. change the NPC header to this: prontera,160,189,4 script Job Master 123,{ if (countitem(985)==0) { mes "Elunium! Elunium! ELUNIUM!!"; mes "Bring me. Bring me. BRING ME THOSE ELUNIUMS"; mes "WAHAHAHAHAHAHA!!"; emotion e_slur,0; close; }
  7. use disable 1rag1 type parameter
  8. item_db.conf? what is it? do you mean item_db.txt? is it possible to compare item_db from rAthena and Hercules, and get Hercules' portugese (is it?) names to be stored as rAthena's? or to make it simpler, you can set to use SQL db, instead of txt, and do some modifications on the SQL,and it's like update ragnarok.item_db set name= blah I guess rA will only go with 100% english
  9. lua files prroblem http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/2012-04-10%20Lub+src%20Files%20%5bTranslated%5d.rar
  10. As I know, buying store is not available during 2010 time. wanna try to get the latest lua files? https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/
  11. not sure about the version. 2013-08-07 (mine) uses 45. probably.
  12. it's the lua files. get the compatible one or try to checkout all of this: https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/ @emistry: you have been here why didn't you reply as well?
  13. 1. when diffing the client make sure you selected "Enable multiple GRFs" 2. when diffing the client, did you ask the client to read data folder first? I suggest you to do so (for developmental purpose. upon releasing, you can turn this off.) 3. if you diffed to read data folder first, take a look on your data folder (not the one inside GRF). probably conflict happens.
  14. client date? 1. you need to get the lua files that's compatible with your client. 2. get this except luafiles514 rename the files to .lub 3. check data/clientinfo.xml make sure it's configured properly. http://rathena.org/wiki/Clientinfo
  15. i believe you are hosting the MySQL db server on 000webhost.com or something like that right, (idhostinger, or others). They provide the free database server and you can use it, BUT it only works on localhost. what I mean is they do not open the 3306 port. If you have a MySQL Manager (MySQL Workbench, QueryBrowser, Server Administrator, or others), and ask to connect to your free MySQL server, connection will be always rejected unless you pay for the premium services. indo?
  16. Winz

    Rebellion Aspd

    sure, glad I could be a help
  17. it's possible. But, I'm not sure how. /src/map/atcommand.c @reloadscript is located on line #3795. you can add some C commands to add the cashpoints. and the @cash operation is on line #8178
  18. https://github.com/rathena/rathena/blob/master/npc/quests/quests_rachel.txt yes
  19. is that all? I have the exactly same message of outcome when I logged in but I could log in successfully. -> did you change your subnet_athena.conf? if yes, try to revert it first. -> have you max-ed your packetdb? -> does your server have the packetdb for your client? -> is your server compiled with the packetver that's the same with your client? (clientdate and #define packetver in mmo.h, recompile) -> is your server SVN or GIT?
  20. change it on clientinfo. probably langtype.
  21. why does login_id1 and login_id2 seems like a Teamviewer ID?
  22. Just put the client (ragexe.exe) next to the launcher.exe well you already said goodbye to rathena in your signature . Why pluto? its not a planet anymore taking a break, i guess. Pluto is. PLUTO IS!!! maybe
  23. I would prefer doing this by script, not source (src) modification since it will be another problem while updating the revision. if you still want to modify the source, and not using a NPC script, okay, I'm out
×
×
  • Create New...