Jump to content

JRZ

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by JRZ

  1. magnificent idea! gonna try it on release
  2. At last! something interesting topic came up keep it up maan
  3. I would like to know if its possible to change the exturl into something like _blank or opens in a new tab? '<button name>' => array('exturl' => '<the link>'), Help would be greatly appreciated. Thanks in advanced!
  4. Go to.. ../conf/mapflag/pvp_noguild.txt And add this line anywhere.. <mapname> mapflag pvp_noguild
  5. Here's the code to create the Unfrozen Coat[1] with +3 Str (Slot Unoccupied) @item2 2310 1 0 0 0 0 0 4702 4105 Its not possible.. Only *getitem2 script command can do it just like the 'pro' annieruru said
  6. I don't exactly know how you get there.. The question is, are you trying to add a script to your MySQL? If so, follow the steps on link bellow: http://rathena.org/wiki/SQL_Installation
  7. @premiumro thanks for the script! yeah I understand how it works just by reading it.
  8. I need an npc that makes a novice instantly to a job (any with 3rds) that they want with max base/job levels (Stat/job points are incl.) but it requires a specific item to do so. Also this npc is configurable/editable (set & setarray) command. Thanks in advanced, JRZ
  9. What do you mean? Like by using Remote Desktop Connetion? If that's the case then it should be alright.
  10. Please refer to this page for more information.. Connecting Also make sure you input properly your credentials on inter_athena.conf // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: root sql.db_password: abcdefg sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: root char_server_pw: abcdefg char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: root map_server_pw: abcdefg map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: abcdefg log_db_db: logs log_codepage: log_login_db: loginlog
  11. Clearly theres a problem on these files bellow: winapi.h wincompat.h Also this file bellow seems to be non-existing that cause everything not to work. Windows.h
  12. What client are you using? What revision of data & lua files did you use?
  13. try changing your packet db into packet_db_ver: default And make sure you recompile your server
  14. JRZ

    _M _F Problem

    What revision are you using? and what changes did you do to your svn?
  15. JRZ

    Cluckers

    Works fine to me every 2 hours
  16. To reset your character position, UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>';
  17. JRZ

    Cluckers

    Use this command to trigger your event every 2 hours. OnMinute01:
  18. the link is broken. I'd like to test it out :]
  19. Just follow the steps on this link.. http://forum.ragezone.com/f577/guide-recompiling-windows-visual-c-803276/
  20. make a clean build and then re-build from scratch (recompile from scratch)
  21. Did you recompile your svn?
  22. Please make sure to set your correct ip on the following; login_athena.conf, map_athena.conf, char_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: <YOUR LAN-IP HERE> // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. bind_ip: <YOUR LAN-IP HERE> // Character Server Port char_port: 6121 // 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: <YOUR WAN-IP HERE> And make sure your inter_athena.conf are match on your MySQL credentials and database. And change use_sql_db if you are using sql. //Use SQL item_db, mob_db and mob_skill_db for the map server use_sql_db: no Also if you are using a different client and make changes on MMO.h make sure you recompile.
  23. Correct me if I'm wrong.. You want to remove a specific item on a specific monster? You just have to search through either of bellow.. ../db/pre-re/mob_db.txt or ../db/pre-re/mob_db.txt
×
×
  • Create New...