Recent content by derrex

  1. derrex

    MyRunUO for ServUO

    Now the only issues I seem to have are the colors of the paperdoll are white… skin and clothes, armor and weapons seem to have normal color, I’m guessing these issues are from the updated version and I’m doing correcting a for runuo. Seems the way it post stuff to the database is throwing it off
  2. derrex

    MyRunUO for ServUO

    Error is gone but not listing guilds still
  3. derrex

    MyRunUO for ServUO

    I’m getting a issue in the guilds.php it shows it found one guild but it will not list it in the guilds.php Fatal error: Uncaught mysqli_sql_exception: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'myrunuo.myrunuo_guilds.guild_type' which is not...
  4. derrex

    Clone Character On Logout

    file seems to be blank......
  5. derrex

    Myrunuo Status issues...

    Fixed.... line in myrunuo was missing (char_id) if ( mob != null ) m_Command.Enqueue( String.Format( "INSERT INTO myrunuo_status (char_id) VALUES ({0})", mob.Serial.Value.ToString() ) );
  6. derrex

    Myrunuo Status issues...

    Column count doesn't match value c ount at row 1 error.... CREATE TABLE myrunuo_status ( char_id int(12) unsigned default NULL, char_location varchar(14) default NULL, char_map varchar(8) default NULL, char_karma int(6) default NULL, char_fame int(6) default NULL, KEY charid...
  7. derrex

    Old Magic Reflect...?

    using System; using System.Collections; using Server; using Server.Targeting; using Server.Network; namespace Server.Spells.Fifth { public class MagicReflectSpell : MagerySpell { private static SpellInfo m_Info = new SpellInfo( "Magic Reflection", "In Jux Sanct"...
  8. derrex

    Old Magic Reflect...?

    Fixed it.
  9. derrex

    Old Magic Reflect...?

    Iv been trying to make the reflect work like pre-uor. reflects one spell of any circle and then player has to recast. iv tried in magicreflect.cs and also in spellhelper setting values ect, omitted out alot of lines maybe somthing to do with this stuff int value =...
  10. derrex

    Anarchy Returns

    I am in progress of converting scripts to newer version. ... but from 1.0 runuo it takes time. I work a full time job and support a family so time is hard to get.
  11. derrex

    Anarchy Returns

    https://github.com/JustUO/UO_Clients clients
  12. derrex

    Anarchy Returns

    if that dont work try a 4.0.0c client or something around there... server is an older runuo 1.0 so might need older client
  13. derrex

    Anarchy Returns

    Turn off Patch Client Encryption
  14. derrex

    Anarchy Returns

    http://www.uogamers.com/razor/
  15. derrex

    Anarchy Returns

    are you using razor? client must not be encrypted. download razor and put Orgins.no-ip.org as login should fix the issue
Back