Recent content by GriffonSpade

  1. GriffonSpade

    Familiar AI Fix/Revamp

    Updated to Version 5. Pull #2330 v5: -Brought code into line with Master. -Fixed a bug causing erroneous lingering familiar control slot after moving to internal map and logging back in. (Which goes away after another relog) When summoner is moved to internal map, familiar is deleted, dropping...
  2. GriffonSpade

    Invisible Tiles that Still affect players

    They're not treated the same, but floor tiles covering your head still cause at least some things above you to become transparent. For example, you can't see through non-statics with circle of transparency.
  3. GriffonSpade

    HC mode style tag

    Make a check so see if they have hardcore status, if they're hardcore, make an if/else statement for line 13 that changes hardcore players to read Hardcore: rather than Level: (Or otherwise just add HC or HardCore in there somewhere)
  4. GriffonSpade

    IsEnemy for all FightMode & Separating Pet/Wild AI Methods

    Here's the pull and branch for moving the non-aggressive stuff into IsEnemy. Adds fixes and homogenization for the fightmodes, including proper summon aggro, non-agro fightmodes attacking opposition/tribal enemies, and non-agro fightmodes using XML attachments if available. Also added a note to...
  5. GriffonSpade

    IsEnemy for all FightMode & Separating Pet/Wild AI Methods

    So, basically, this thread is going to be about moving ALL the fightmodes' enemy targeting into IsEnemy, instead of only the 'aggressive' AIs, while others currently use a nest in AcquireFocusMob, which can cause issues when one is dealing with a non-AcquireFocusMob source using IsEnemy with a...
  6. GriffonSpade

    spellbook.cs

    Also, as a note, I strongly advise making a copy of a file you plan to edit, and change the extension from .cs to .txt That way you'll have a backup, along with a handy reference. Also, you can mark your edits with comment tags (ie, putting //TR on a line before the edited section, and //TR//...
  7. GriffonSpade

    AnimalTaming and Peacemaking seems wrong.

    Pretty sure by 'successful' he means 'successful at attempting', not 'successful at taming'. IE, it does not anger the beast, so an attempt to tame can begin.
  8. GriffonSpade

    Crashlog is a shi**

    Sometimes a little manual editing makes everything easier. Enter and tab right before every 'at'. I haven't the foggiest of how to make MONO do this automatically, however. System.NullReferenceException: Object reference not set to an instance of an object at Server.ValorVirtue.Valor...
  9. GriffonSpade

    think tank? hahahaha

    Pokemon Trainer is master race. That being said, I've never really messed with Evo. I am of the opinion that there should be no gigantic pets that block being able to click on a dozen different mobiles behind them. Dragons should have been boss-type mobs, and Drakes should have filled their...
  10. GriffonSpade

    Tutorial For "How To Change"

    I know that individual skill caps are stored in an array. I'm not really sure how to access them from props, but look at power scrolls. If the existing set or setskill commands won't work, you might have to make a new command.
  11. GriffonSpade

    Returning an npc to blue?

    Probably involves the Attackable flag.
  12. GriffonSpade

    Meditation may use wrong formula

    Eh, it would probably be pretty close for those with high int, but because that would be a flat 25% chance increase, it would also give low-int meditable builds the same improved chance. Improving chances for high int/low mana seems like the best way to do it is to use a percentage at over 100...
  13. GriffonSpade

    Tresdni's Party Matchmaking System

    No 'Innocents Allowed' option? :P How are murderers supposed to form a blue-hunting gang like this!?
  14. GriffonSpade

    how to implement conpvp as osi?

    Alright, I doubt I'd be able to do it, but that's no reason to not gather information about it: Is it free-for-all style where anyone can just run in and start fighting, or does it actually match people and have them duel each other? How are points scored, just victories? defeats? kills? deaths?
  15. GriffonSpade

    After [Save server freezes and all data is lost

    I imagine the freeze should only be a second or two? Maybe up to 10 tops for bogged down machines?
Back