Search results

  1. Chucl

    *You see X attacking you*

    Where is this message handled? i cant find it xD Thanks
  2. Chucl

    Cant make 2 basecreatures ''shove'' each other / onmoveover

    Title, im playing with onmoveover, for some reason it doesnt work In basecreature i added zombie then return true (also false for testing) and zombies just cant shove each other or moveover each other any clue? im confused the Onmoveover method only apply to playermobile moving over something ?
  3. Chucl

    Mobiles get stuck all the time

    Im using an old runuo( version 2.2) Momsters get stuck all the time and cant even path around corners and such. Thes an a*star algorithm, do npc even use it? Servuo has it too are npc also dumb on servuo?
  4. Chucl

    I tried to change the grass tiles, why they appear darker?

    Hey i wanted to change the grass tiles, for some reason the ones next to the coast appear darker: the ones in the green circle are the ones i want, the one in the red circle are the ''issue'' anyone knows why this happens?
  5. Chucl

    Weird issue with paperdol and backpacks

    Heloo i got a weird issue, i cant open paperdolls on creatures (humans) that i control, i can open paperdoll on vendors and such. Also if theres a Packhorse and im a GM, i can open the backback, then i shrink / tame the creature and i can only open it once, whats wrong? This is a weird...
  6. Chucl

    New custom Layers on Classic UO client?

    Hello since we have classic uo is there an ''easy'' way to add custom layers in to the client? Lets say i wan an item to be attached to a helmet, i create the art and i want the client to display '2' helmet items at the same time, anyone tried this? thanks!
  7. Chucl

    Cant add Screeneffect packet to Rununo 2.2?

    Hello im trying to add the screeneffect packets to rununo 2.2 I added on packets.cs then compiled the server public enum ScreenEffectType { FadeOut = 0x00, FadeIn = 0x01, LightFlash = 0x02, FadeInOut = 0x03, DarkFlash = 0x04 } public...
  8. Chucl

    where are ContextMenuEntry defined?

    hello im trying to add a new ones and i would like to name them, where are the number 6201,6202.. etc defined? if ( Alive && InsuranceEnabled ) { list.Add( new CallbackEntry( 6201, new ContextCallback( ToggleItemInsurance ) ) )...
  9. Chucl

    Making Tents houseregion?

    is there an example or code that i can check, i really dont know how houseregions are made, ive been checking houseplacementtool but i dont understand how it works
  10. Chucl

    Centred+ tile height problem

    Hello im using centred, whenever i want to change tile height it appears BLACK, what im missing? the tile has strechable flag if the surface is not flat the tile appears black. ---------------------------------------------- some tiles doesnt appear black, others do, whats the diference...
  11. Chucl

    Warning: 0x40000070: Amount changed for non-stackable

    I get that error in console, this is the item: public class Torn : Item { [Constructable] public Torn() :this(1) { } [Constructable] public Torn(int amount) : base( 0x05ED ) { Name = "Screws"...
  12. Chucl

    Players dying while polymorph issue

    hellooo lets say a player is polymorphed into Bear, if he dies his corpse is also bear form, isthere a way to set the itemid of the corpse to Human?? using runuo 2.2
  13. Chucl

    How to make item wide? so it blocks more tiles

    hello i made a wall, put it into the uofiles, gave it flags : Graphic: 0x05EE (1518) Height/Capacity: 20 Weight: 255 Animation: 0 Quality/Layer/Light: 0 Quantity: 0 Hue: 0 StackingOffset/Unk4: 0 Flags: Wall, Impassable, NoShoot, ArticleA anyone knows how to make it to block few tiles? do i...
  14. Chucl

    Upgrading to .NET 4.8 for old projects

    I tried to upgrade, and im getting an error: RunUO - [www.runuo.com] Version 2.2, Build 8698.21132 Core: Running on .NET Framework Version 2.0.50727 Core: Optimizing for 4 64-bit processors Scripts: Compiling C# scripts...ScriptCompiler: CS1617: Invalid option '7.3' for /langversion; must be...
  15. Chucl

    Trying to make a player list and order it by their attachment values

    Hello guys im trying to make a list of all players then order it by the Value of 2 attachments together, higher at the top, leaderboard like i saw this method somewhere (thanks vorspire) but its giving me 2 errors; CS1061: Line 88: 'Server.Mobiles.PlayerMobile' does not contain a...
  16. Chucl

    Player resurrect and equip the last wearing items?

    Hello i disabled item drop on my server, corpses appear empty Is there an easy way to make the player equip the items it was wearing before the death whenever it gets resurrected? Edit: i just found the m_RestoreEquip method ill try to implement it to playermobile and see if it works Im using...
  17. Chucl

    Item properties only displaying on a gump if im carrying the item

    I installed xanthos auction system on Runuo 2.2: The method used inside the gump script is: AddItemProperty( item.Serial); So the item properties are only shown if the item is in my backpack or im carrying it, is there a way to fix that?
  18. Chucl

    Blacksmith gump message

    Where the file of this message? ive been checking the craft files and couldnt find it Craftgump.cs Craftitem.cs DefBacksmith.cs i thought it was the !ConsumeRes but it looks like isnt there i found messages like this one message = 502925; // You don't have the resources required to make...
  19. Chucl

    When doubleclicking an item, facing the direction of said item?

    Item is on the ground
  20. Chucl

    How to check the spawner of an item?

    Hello im using Xmlspawner, and Runuo, i know Xmlspawners can do many things I got an item that gets deleted after a player does Doubleclick i would like to change something inside the Xmlspawner right before the item gets deleted what i would like to do is to set the nextspawntime to...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back