Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. @Topic, I've set my level higher than 250 (about 999) before and I was able to have this working.. o-O. Do you have any custom mods?
  2. Very nice and simple. The red main bar kinda throws me off.. have you tried making it blue like the rest of the bars? Also, is it a RO project? hence the -ro in your domain.. but I suggest you get some pictures in there too because there's not really much for us to "rate" on except the colour clashes etc. Without images living your page up.. it's just "dead" so to speak.
  3. It is possible.. if you find the hex string in your client. When you do, you can do whatever you want with it . Though.. as long as the client works after you've saved it..
  4. Isn't it supposed to be #CASHPOINTS and not #cashpoints? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt
  5. To elaborate on what close2; is supposed to do: And then the use of end; on why you need it after using close2; https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt
  6. yes i've changed them all but when i use ResetStatus(); script the server said that the maximum level is beyond server blabla No such thing as ResetStatus();, it's resetstatus; https://rathena.svn....pt_commands.txt
  7. I have this mall here meant for a SHR server.. though there's no third job items attached. http://mysterious-project.googlecode.com/svn/trunk/npc/Mall.txt And, just to link you to your own post.. http://rathena.org/board/topic/57107-done-generic-mall/#entry69076
  8. I think that would be a great addition to the SVN ! Especially during instances creations, memorial dungeons, etc.
  9. Only way of "removing it" is deleting the button's image from your texture folder.
  10. Check your skill cast db: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/pre-re/skill_cast_db.txt //===== Bard & Dancer (Ensemble Skills) ==== //-- BD_ADAPTATION 304,0,0,0,0,5000,0
  11. You sorta cut out the name of that weapon from the description table.. o_O
  12. Are you sure it's just the monk class? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf Did you configure these? // 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 As well as your skill_cast_db?
  13. Mystery

    how ?

    I don't think there's an automatic software to do that.. I think you're gonna end up doing all that manually.
  14. You can use the item_noequip: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt
  15. I think those new mobs will be used in that new payon looking field
  16. He means the image is broken. Well, for me it is too. I cant see it.
  17. What was your revision before the update? When you updated, what did you use? Tortoise etc.? Normally when updating your working copy, you should get notified what files merged successfully, what was added accurately, and files that were either deleted or conflicted.
  18. Check this: http://www.eathena.w...dpost&p=1521304
  19. Did you change around the packets or client dates? Those errors are normally caused by a misconfiguration between client date and server's as well as packet.
  20. In the source, you can set your max level to whatever. Within the EXP tables is the base Base Level those jobs can get to by gaining experience (killing mobs). Thus, the only way players can get to your max base level you've indicated in the source is only by GM commands such as @blvl.
  21. For those who wants to know what he means : http://rathena.org/board/topic/69070-array-mistake/
  22. Using the search tool is really helpful in rAthena: http://rathena.org/board/topic/65198-tcg-to-cash-exchangeconverter/#entry108631 Change the cashpoints to getitem <itemid>,<amount>;
  23. You know you can increase the amount healed by item bonuses.. right? https://rathena.svn..../item_bonus.txt bonus bHealPower,n; Increase heal amount of all heal skills by n% bonus bHealPower2,n; Increase heal amount if you are healed by any skills by n% Not to mention, the max "Viewable" amount of HP that can be seen VIA client is capped at 30k or 33k? So, if the skill is already healing that much without any bonuses and you add bonuses. the amount you'll still see would be capped but the amount that would be healed will still be affected. Crusaders use Acolyte's heal so there is no such thing as "Crusader Heal" as a separate Skill.
×
×
  • Create New...