Jump to content

Magnetix

Members
  • Posts

    446
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Magnetix

  1. how can you show the waiting room IF the npc is disabled during initialization? see the script I posted above, I don't know if it'll run and imo that's how your algoritm should be and it contains the fix for the warp syntax error.
  2. I'm not a script expert but I can tell it's wrong. Try this, haven't really tested it tho. - script Disable -1,{ end; OnInit: disablenpc "WoE Warper"; end; OnMon1900: enablenpc "WoE Warper"; waitingroom "WoE: Kriemhild ^FF0000[ ON ]^00FF00",0; end; OnMon2000: delwaitingroom; disablenpc "WoE Warper"; end; } prontera,150,150,4 script WoE Warper 100,{ warp "prt_gld",132,64; end; }
  3. You can follow the steps from our Wiki. Compiling rAthena on Windows System The minimum Visual C++ version you can use is 2008.
  4. You can find those scripts here. Please make use of our search function.
  5. Actually what he did should be followed by each member of this community. He did the right thing. Back to the topic, make sure to execute logs.sql on your ragnarok schema or whatever the name of your new database. For the unknown packet, just leave the packet_ver to default (packet_db.txt)
  6. add mo nlng ako sa YM, and i'll try to see if mkakatulong ako.
  7. Magnetix

    PvP

    Do you have any other custom NPC that enables killable?
  8. Can you post your script? There may be something that causes this issue.
  9. You're using 3CeAM? If yes, have you tried using rAthena?
  10. I think yung bagong versions ng MySQL, d mo na kailangan ng bind-address.. Have you tried using newer versions?
  11. You just have to make sure na may permission ang IP ng web server na magamit local database mo. Also don't forget to port forward port 3306.
  12. This has been posted on the other section. Please avoid posting the same threads with the same topics.
  13. What he mean is, post your entire npc script. The community wouldn't be able to help you unless you provide them your script.
  14. When opening ports, use your server's LAN IP and not your WAN IP.
  15. What do you mean intsek lahat? Ang descriptions po ba? If yes, open your clientinfo.xml and change this line <langtype>0</langtype> to <langtype>1</langtype>
  16. Open db/packet_db.txt and change these lines //packet_db_ver: 25 packet_db_ver: default to packet_db_ver: 25 //packet_db_ver: default
  17. Try this, on your clientinfo.xml change your langtype to this <langtype>1</langtype>
  18. Taken from rAthena's Wiki: Custom Items
  19. Magnetix

    PvP

    PK works, it's just a matter of configuring proper mapflags. I know cause i'm using it on my server and works on my up-to-date local server.
  20. You can read from from the file's comments what if does when you turn them off. As for pre-re, rA's pre-re is better since we are more updated and we have more bug fixes.
  21. Taken from rAthena Wiki Changelook
  22. Assuming you already installed your SQL server and used the default credentials provided by rAthena/eAthena/3CeAM, you'll have to configure your SQL Server to allow connection and changes to your database. To do so you can follow this guide: SQL_Installation to configure properly.
  23. No the translation project doesn't include any sprites. If you're looking for new default sprites you'll have to update to the latest kRO patches and extract the sprites you need.
  24. True, you can disable specific commands and as we know there are two (2) types of commands, atcommand (@) and charcommand (#). I was referring to charcommands such as #go or #warp.
×
×
  • Create New...