Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. Could help: https://rathena.svn....pt_commands.txt So, for your case, remove npctalk and replace it with this: announce strcharinfo(0)+" has entered the round on the East side.",bc_all;
  2. You could be referring to this maybe? http://mysterious-project.googlecode.com/svn/trunk/npc/GuildPrizer.txt
  3. Maybe its your MP3 file. Try changing it to 154 or something (like a map's BGM). If it works then, it's your MP3 file.
  4. Only real difference is the white tint in this poring compared to mastering Just because it has a white tint.. it'd still be a Mastering.. looking poring. So there's no point really removing the wings and clouds if you can just use a Mastering xD
  5. Mystery

    @go crash

    More like.. what custom modification did you make to @go? Was there any recompiling errors you've encountered or warnings?
  6. Follow the guide and you'll get it to work: http://rathena.org/wiki/Custom_Items
  7. What's your client? You need to get updated luas/lub files. Seems like you're a bit outdated? O_o
  8. Mystery

    item_db.sql

    You just take the snippet of what was changed in item_db_sql (ONLY SNIPPET OF THE ITEM THAT WAS CHANGED) and then run it in your PHPAdmin. If you load the entire item_db_sql instead of the snippet of the item that was changed, you would run the risk of losing any custom changes you've done to any other items.
  9. Well looking at this part: // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 By default, instant cast is given at when a character reaches 150 DEX, correct? So looking at these: // Max limit of char stats. (agi, str, etc.) max_parameter: 99 // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 If you set max_parameter at 150, Trans Classes will have their stats halted at 150 while for max_third_parameter for Third Classes, will be halted at 120. As I meant before, you're going to have to play around with the configurations because there's no separate configuration for having 2 separate instant casts.
  10. In order to use the cashshop, you would need to first have cashpoints. You can either get cashpoints by using @cash command or using #CASHPOINTS variable.
  11. Search function works great wonders http://rathena.org/board/topic/69314-eathena-to-rathena-help/#entry129445
  12. Mystery

    Connecting

    Your logs tables aren't loaded: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/logs.sql
  13. No. All you have to do is add your BGM name. You do not need to add the extension .mp3. Either or would make the script run.. but I suggest just to restart your server for it. Maybe you can't hear the sound when you login beause it plays right when you login.. EVEN if you can't see the map yet. So, if you have a slow connection to load the map, right when your actual character connects to the map, the event will run. Suggest you add a sleep timer for 5 seconds then play the sound.
  14. http://rathena.org/board/topic/54426-miruku-15122011/
  15. The Blue Ghostring Setups are designed to work for 2012+ Clients. Any clients lower then 2012 wont have any effect. For the mouse freedom, you would have to get the .dll files from RMS. And to remove the Mouse freedom .dll.. well, find out what files you need to remove and remove them o_o
  16. Suggest you get Luas from here: http://svn6.assembla.com/svn/ClientSide/Lua_Project/ or already Lub'd files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  17. I suggest you stick to the client rAthena actually provides support with which is 2012-04-10. How did you diff your client? How is this error happening? Before the character screen? After it? Right when the client opens? Gotta give us a little more information.
  18. Mystery

    Connecting

    http://rathena.org/wiki/SQL_Installation http://rathena.org/wiki/Connecting
  19. Sunny, that's the default login table. Your login table has last_mac which isn't supported by rAthena. By using the clean new login table, I suggest you make any backups to your old one (just in case you have a lot of players).
  20. Mystery

    Need help

    What custom mods are in your server?.. I'm running the very latest pre-renewal config rAthena and whenever I create a new char.. I start as a novice with default stats? o_o
  21. For 1, whatever commands you give to your GMs.. lets say @blvl, they will respectively get #blvl. No really "way" of changing that. However, you can try to disable the #command field respectively: https://rathena.svn....and_athena.conf /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" For 2, every GM will get /b . I'm not sure exactly where this could be found but it could be source wise =/ EDIT: http://rathena.org/board/topic/69433-b-command/#entry129860 You asked the same thing there.
  22. Extract the rune knight sprites from rdata.grf
  23. Not 100%.. You're going to have to play around with these configurations https://rathena.svn....ttle/skill.conf // The rate of time it takes to cast a spell (Note 2, 0 = No casting time) casting_rate: 100 // Delay time after casting (Note 2) delay_rate: 100 // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: no delay_dependon_agi: no // Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1) // Note: Setting this to anything above 0 can stop speedhacks. min_skill_delay_limit: 100 // This delay is the min 'can't walk delay' of all skills. // NOTE: Do not set this too low, if a character starts moving too soon after // doing a skill, the client will not update this, and the player/mob will // appear to "teleport" afterwards. default_walk_delay: 300 //Completely disable skill delay of the following types (Note 3) //NOTE: By default mobs don't have the skill delay as specified in the skill // database, but follow their own 'reuse' skill delay which is specified on // the mob skill db. When set, the delay for all skills become // min_skill_delay_limit. no_skill_delay: 2 // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 https://rathena.svn....tle/player.conf // Max limit of char stats. (agi, str, etc.) max_parameter: 99 // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 // Same as max_parameter, but for baby classes. max_baby_parameter: 80 // Same as max_parameter, but for baby 3rd's. max_baby_third_parameter: 108
  24. Guessing you've been already answered: http://rathena.org/board/topic/69397-chrif-authok-data-size-mismatch-49816-115352/#entry129638
  25. If you're going to remove the wings and the cloud.. it'll just be a regular poring.. which already exists?..
×
×
  • Create New...