Search results

  1. Fighting Yoko Injection

    How do u guys prevent players from using yoko injection? i have the razornegotiator script, so it forces people to use razor in order to connect to my server, but my small playerbase are complaining because they cant use uosteam (thats what they saying) so how to let people use any program...
  2. Gump + Timer refresh

    Hello servuo i was looking or a way to make a gump autorefresh, today i was surfing runuo forums and i saw a thread about it, i tried that script, for some reason the gump doesnt refresh or anything it is supposed to refresh every 20 seconds?, this is what i have: namespace Server.Gumps {...
  3. Colored item name (Aos disabled)

    Hello im trying to make some weapon tiers and give them a colored name; This i what i tried, in the Constructor: Name = "<BASEFONT COLOR=#A335EE>Epic Katana</font>"; Didnt worked also i tried to override the onsingleclick method: public override void OnSingleClick(Mobile from) {...
  4. Small error

    I wanted to make armors show the temporaryquestobject attachment from Xmlspawner2. i added on singleclick method the next part; public override void OnSingleClick(Mobile from) {...
  5. On equip issue

    Noob problem, Made an plate armor that is only eqquipable by accounts with less than 7 days gametime, but cant get it to work.... Right now it can be equipped by anyone even old accounts public override bool OnEquip( Mobile from ) { /////////edit for if...
  6. Prevent Chainlightning from hitting Caster

    HELLO! i noticed that chainlightning hits the caster, how can i change that? i dont want caster to take damage. Thanks!!!
  7. Kill Count problem

    Today me and my friend was testing the pvp and we noticed that everytime A kills player B Player A gets a kill before player B even reports the murderer (in reportmurder gump) So basically if the kill gets reported the attacker gets 2 kills instead of one, my question IVe been checking...
  8. Ankh resurrection delay

    Hello servuo, i would like to know how to add a delay when a player doubleclick ankh, because if a player gets reskilled very fast clients around him crash :O i tried different clients and have same problem 5 seconds delay would be enough to fix this annoying problem sorry for my bad...
Back