Jump to content

xsicho

Members
  • Posts

    4
  • Joined

  • Last visited

xsicho's Achievements

Poring

Poring (1/15)

  • One Year In
  • First Post
  • Conversation Starter
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. Hello! I'm trying to get the effects related to their skills such as DK's Servant weapons, Abyss Chaser's dark balls, etc. onto other classes when using those skills. They current showed up as monk's spirit balls and I've been looking around the source code / grf files but I've found no relation or clues to where I could modify those classes to use those effects instead of monk's spirit balls. If any help or clue could be provided, thank you very much.
  2. Your journey was a really fun one. I'm using my free time to create and adjust things as well and this topic has been inspiring to make me keep my own notes on my adjustments and it's such a blessing to be able to read how someone is having fun with just server customization.
  3. Was able to use a debugger, found out that I accidentally add some MATK calculations after the final calculations causing overflow and the server to crash in battle.c!
  4. Hello! There's a certain problem with my server that I'm working on currently, namely the topic. I've been customizing and playing with source modification for a while now and have now faced this serious problem. I've carefully tested and tried and narrowed the crashes down to enemies using skills that cause BF_Magic damage on players causing the mapserver to crash. There is no error log. The server compiles with zero errors and everything and I've butted my head with fixing this problem for days now so here I am asking for anyone with more insight to help. And the sad fact is that I cannot undo far enough that the server doesn't crash. It worked fine last weekend and when I opened it up to test this week, it somehow started crashing and I've no backup. I don't know what happened or where did I coded it wrongly and I don't want to change every enemy to use something that's not magic damage, but if it comes to that, I'll do it since this server is only for my small group of friends (<20 players) to just enjoy a modified RO. To further clarify: Problem: Mapserver crashes with no error logs every time mobs uses a skill that causes magic damage to players. Any skills, targeted, ground targeted, if it causes damage, mapserver crashes. Possible problems: Maybe damage calculations caused an overflow somehow, somewhere? My battle.c or skill.c is somehow messed up somewhere, thus I've uploaded it if you guys wanted to see it as well. Things I've done to test: Changing skills that caused the crash from BF_Magic to BF_Weapon or any other type makes the skill runs fine and does damage accordingly. Testing with non-damaging skills like provoke, the skills work fine. It's not a problem on the client or effects, when skills cast when tested with BF_Weapon, the effects showed correctly. Player casting skills onto enemies worked fine, doesn't crash the server, calculates damage correctly. All items are unequipped, still crash. Changing fire bolt damage to the least minimal I can through skillratio values, still crash. Changing the mobs to see if a mob was bugged, crash, any mobs, casting any skill that causes magic damage = crash. I cannot use GDB because it only runs on linux to my understanding. Changing maps, still crash. Thanks for the help in advance. I'll try to go through any suggestions or ideas anyone has.
×
×
  • Create New...