Jump to content

Jasc

Members
  • Posts

    270
  • Joined

  • Last visited

Everything posted by Jasc

  1. I remember trying to loop special effects via item script with timers as well, turned out really bad haha. Good stuff Skorm
  2. Is that ongoing? So lets say you do wear it while you are frozen, it will unfreeze you after 2 seconds. If you get frozen again, you have to unequip and equip it again for the effect?
  3. I suggest you grab the latest data folder in the client section, I think someone posted one there
  4. This could mean that your shortkeys.lua or hotkeys.lua is missing or misplaced
  5. Packet_Athena.conf //----- IP Rules Settings ----- // If IP's are checked when connecting. // This also enables DDoS protection. enable_ip_rules: no Try setting that to no. Then use an auto-restarter script for linux, that way you don't always have to reboot it, it will reboot itself when it goes down
  6. Its not bad, has a rustic style and approach to it. 6/10, I like the more vibrant themes that stand out
  7. Use GDB, it will tell you where in the source that the error originated from that caused the crash
  8. Does the item still exist in the storage database? Just not visible in-game right?
  9. Jasc

    please me

    change bc_self to bc_map
  10. It never caps, the returns just diminishes the higher you go, for example upgrading from essence 10-11 has a greater benefit than 100-101. Everything has risk, you are risking the the fact that new players will be discouraged cause others have an advantage. The other risk is that all older players have already quit because theres not enough end-game for them, and then new players won't even join cause you have such a low population.
  11. I want to get some feedback on what server owners/players think about this concept. First and foremost, I am a huge fan of pre-renewal servers without 3rd jobs. 99/70 trans class. I like the balance of 99/70, official item scripts, and pre-renewal formulas. What is there left to play for in pre-re RO? 1. PVP 2. WoE, WoE 2.0 3. Battlegrounds 4. Questing/Party Instances 5. MVPing What a 99/70 server lacks is progression and a way to become better. Let's say I have hit 99/70 and have 2 MVP cards. I'll get into PVP, WoE, Battlegrounds, but I've already lost the feeling of progression and getting stronger. Players quit when there is nothing left to do, when they have maxed out. The concept I am bringing up is infinite progression via an "essence system". What this system is, when a player reaches 99/70, they can further progress their character via passive bonuses. Essence can be obtained via: 1. PVP Points 2. WoE 3. Battlegrounds 4. Killing MVPs 5. Completing daily quests etc Each character will have their own essence power that will be calculated into a formula. example: A formula with diminishing returns as you go higher bonus batk,essence/variable; bonus bmatk,essence/variable; bonus bmaxhp,essence/variable; These are just examples of some bonuses that could be added to a character, more can be added etc. This allows for a character to become stronger as you play it more. What does everyone think of this? It provides a longer end-game
  12. Would be a source code change i believe, I checked item scripts and there is nothing that reads another players HP
  13. if(readparam(bLuk)>=400) bonus2 bResEff,Eff_Freeze,10000; }
  14. maybe your svn is outdated, what are you using
  15. if(#CASHPOINTS < 10) goto Lnen; set #CASHPOINTS,#CASHPOINTS-10;
  16. If you turn your sound off no errors right? Just means your client isnt reading files in wav folder
  17. 1. do me a favor, put prtg_cas01 at the very top of that list prtg_cas01<tab>mapflag<tab>nowarpto 2. restart server or type @loadnpc conf/mapflag/nowarpto.txt 3. use @who, make sure you aren't admin or anything, make sure you are group id 0
  18. try putting .wav files in your data folder first if its read data first and see if it fixes it
  19. If I install a new svn for you, its guaranteed to work lol
  20. Jasc

    Compiling Error

    So there was an edit in map.h that is not working. Do you have an original map.h src file from the svn you are using?
×
×
  • Create New...