Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. if (strcharinfo(0)=="strcharinfo(0)=="[Admin] Dreamworks"){ should be : if (strcharinfo(0)=="[Admin] Dreamworks"){
  2. Patskie

    Item_db.sql

    Drop the old sql table then import the new sql table. What framework are you using? Workbench or? Got confused with the question >.< just apply the changes?
  3. Please use spoiler tag >.< 1. Is your username and password on char_athena and map_athena.conf is the same on the login table? 2. Make sure your database credentials are properly set on inter_athena and ....._sql.c on scr/login/
  4. Patskie

    Help! Flux Cp

    Ask your host to open ports which your map login and char are using.
  5. Try to update your SVN's
  6. Try using no-ip
  7. Try? didn't test though http://pastebin.com/tfeA0g4X
  8. Thanks!
  9. Why u don't find another one? I use these ladder script. It works well. You might want to try these
  10. http://www.nickyzai.com/?p=kro
  11. Gumamit ka na ba ng Ghost setup?
  12. Casting rate yan. -5% after cast delay bonus bDelayRate,-5; Ung sa additional damage para sa emperium. Walang specific na script para dian. Ang ma susuggest ko ilagay mo nalang sa item mo ito bonus2 bAddEle,Ele_Holy,20; Additional damage on Holy elements. Since emperium eh isang holy type.
  13. You can easily have an NPC that can sell anything you want. prontera,150,150,0 shop <NPC Name> <NPC Look>,<Item ID>:<Price> prontera,150,150,0 shop Armor 99,2304:10000,2306:20000
  14. Set the e-mail address on the VBScript. It's fixed
  15. Why don't u set it in-game?
  16. I wanna learn more on rAthena scripting :|

  17. Hayyyyyyyyyyy! :|

  18. Ohhh i see thannks for that... I just check the script_commands.txt on the doc folder. Is this what you are saying? )
  19. @KeyWorld Ohh i see. why is it i must use escape_sql on these line query_sql "SELECT `online` FROM `char` WHERE `name` = '"+@name$[@m]+"'",@online; I know it can't be injected but how this line will throw an error? Thanks for suggesting
  20. Simple and useful script intended to boost players capability to manage their own account in-game. Feel free to use. Report bug and glitches immediately by messaging me here. Also suggestions are welcome and appreciated. How to use : - Just use @account in-game. Script capabilities : • My Account = Information of the current account. • Change Mail = Change the e-mail of the current account. • Change Gender = Change the gender of the current account ( 1 use per day limit ). • Users Online = Show the list of user's online with their corresponding jobs. • Set Password = Set a password for the account • Delete Password = Delete a password for the account • View Character = View all characters in an account • Reset Position = Reset the position of the character in an account • Reset Style = Reset the style of the character in an account. • Reset Equipment = Reset the equipment of the character in an account. Changelog : 1.0 - Initial release 1.1 - Remove unnecessary variables Additional Information : • When password is set, Every time you log in it will asked for your password. • To set the change sex time limit. Go to the script and find : set #timer,gettimetick(2) + 86400; 86400 seconds is equivalent to 1 day. TODO : Working on SQL OFFSET that will hold > 128 online players. accountsystem.txt accountsystem v1.1.txt This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
  21. 1. Download http://www.mediafire.com/download.php?ldgt7ml3oru75j6 2. Do not include ChatWindInfo, OptionInfo and UserKeys [LUA FILES] on your GRF. Put them in a data folder.
  22. Fixed @ http://trac.rathena.org/changeset/15629/rathena/trunk/conf/char_athena.conf
×
×
  • Create New...