Search results

  1. Lemke

    Playsound command,play sounds in-game based in hexadecimal code.

    Lemke submitted a new resource: Playsound command,play sounds in-game based in hexadecimal code. - Custom command Read more about this resource...
  2. Lemke

    No skill-cap in standard server?

    Hello,just a question about your opinions,ive got a standard server,customized,ML,700/225. The question: What do you think about to convert it on no-skillcap server?Do you think gonna destroy pvp-pvm?Thanks in advance.
  3. Lemke

    UO Universe is here!

    Hello! Just advertising my shard called UO Universe,Some features: -Expansion: TOL. -1 account per IP. -Statcap standard (225).Free full stats on start. -Skillcap: No skillcap.15 skill-points per level. -Level system by Joshua (Thank you Joshua).You can find this level system here...
  4. Lemke

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Added health orbs in base creature,and server is getting random crashes.Any tip?Here the add in method: public virtual void AlterMeleeDamageFrom(Mobile from, ref int damage) { //Custom health orb drop if (this == null || Utility.RandomDouble() > 0.05) //chance to...
  5. Lemke

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    UPDATE 3: SOLVED in post reply! UPDATE: Tryed too: if (bc is ChampionSpawn) in covert and checkconvert. UPDATE 2:Tryed in checkconvert chance value: double chance = 1 / Math.Round(20.0 - (fame / 3200)); if (bc is ChampionSpawn) chance = 0; Hello!I activated...
  6. Lemke

    Add delay to a simple command please?

    Hello,im trying to get delay for use the command,but cant find the way,can anyone guide me please?Here the command. using Server; using System; using Server.Commands; using Server.Targeting; using System.Linq; using Server.Mobiles; using Server.Network; using Server.Engines.Points; namespace...
  7. Lemke

    Way to implement account tag during "x" days?

    Hello!Juts playing with account tags,but i need help to do it during days,example i need to apply an account tag during 5 days,but dont know how to do it during this time. How can i call a timer when tag is applied from a script like a deed then after this timer remove tag? Thank you so much!!!
  8. Lemke

    Help with timer!doing "action" in seconds,i want in minutes.

    Hello all! Ive got "an activator",if you double click it,equip an armor for you. What it does? 1)Got uses,if no uses,cant equip it. (Working). 2)If you click activator when stuff is on you,it unequip and delete all items.(Working). 3)Item not use charges on removing stuff.(Working). 4)If you use...
  9. Lemke

    Add properties attachment not working properly?

    Hello! Just see the add properties attachment seems to work on some items,and not working on others,here pics: Here the code from the full attachment: using System; using System.Collections; using System.Collections.Generic; using Server.Items; using Server.Mobiles; namespace...
  10. Lemke

    Stat enchant scrolls (dex,int,str).

    Lemke submitted a new resource: Stat enchant scrolls (dex,int,str). - Enchant any item with +5 stat. Read more about this resource...
  11. Lemke

    Trying to do XML level weapons cannot hurt players,getting issue.

    Hello all! Just trying to do players cannot hurt other players with levelable weapons,tryed this in BaseWeapon.cs : public virtual void OnHit(Mobile attacker, IDamageable damageable, double damageBonus) { if (EndDualWield) { ProcessingMultipleHits...
  12. Lemke

    Help adding atachment from script.

    Hello,just asking the correct way to add atachment inside a script (deed).I adviced how to add a simple atachment in treasure map decoder: Example code: TMapDecoderXmlAtt tmd = (TMapDecoderXmlAtt)XmlAttach.FindAttachment(item, typeof(TMapDecoderXmlAtt)); if ( tmd == null...
  13. Lemke

    Newest repo [Doom command.

    Lemke submitted a new resource: Newest repo [Doom command. - Show your points and your chance to get drop in gauntlet. Read more about this resource...
  14. Lemke

    Simple Doom points display command.

    Lemke submitted a new resource: Simple Doom points display command. - Display gauntlet points. Read more about this resource...
  15. Lemke

    Help with explosion potions (pvp)how are supposed to work?

    Hello guys and thank you for reading! On my shard got a problem with explosion potions,cause they are 2 pvp groups. Group A say: Explosion potions do not need delay,result: player A can insta-kill player B with tons of these potions using script with orion,razor,etc. Group B say: Explosion...
  16. Lemke

    Host for players from US?

    Hello all! Im looking for a host,i know what i need,but im from Europe,my question is: Canada give nice ping to US players? Thank you!
  17. Lemke

    Server lag in training room. (?)

    Hello mates,in my live shard,we are experiencing ping (ms) growing,from 30....to 200 untill i restart or do clearfacet. Today i disconnect some players manually to do the clearfacet,but when i get some players from training room,the lag disappear! Now ping is totally normal. Any tip about this...
  18. Lemke

    Runic properties issue.

    Hello! Getting issue with runic tools. In ResourceInfo.cs all is normal,valorite hammer is setup to 5 props min,and 5 props max. Some weapons getting 4 properties instead of 5,some one with this issue? Here the code of the runic craft in valorite: //Valorite info runic...
  19. Lemke

    Spawn creature randomly in the world?

    Hello!Its possible to spawn a creature in random location in all the world?Maybe using xmlspawner? Thank you!
  20. Lemke

    Hello!Need help on colored tub!

    Hello!I have a colore tub,but need help doing the player can choose the hue on firt double click,example: Character receive dye tub with standard hue,he double click the hue,and he able to select the hue he want. When the hue is not standard hue,on double click the tub just show the target with...
Back