Search results

  1. Lena80

    Night system help

    My friend wants to make a night system, but it would be useless since light is client sided, and players can have always light on is there a way or any idea for a night system wich cannot be bypassed by client? thanks!
  2. Lena80

    Checking list, Xmlattachment count

    Hey im trying to check the attachment count on a player, im using old runuo 2.2, im getting some error, thanks ////CHECKING IF THE PLAYER HAS ALREADY 3 IDENTITIES IF SO, WE RETURN ArrayList a = XmlAttach.FindAttachments(from); if (a != null) {...
  3. Lena80

    Shard delete characters due no name

    Where is this handled? my friend and i were playing with Names and NameMod we end up with names such as "" (no name at all) both characters deleted on login and some error in console saying WriteAsciiFixed null or something like that we are using Runuo 2.2
  4. Lena80

    Checking day of the week?

    So lets say i want to check if its monday inside a script, is there any examples? thanks
  5. Lena80

    How to check for Treasuremaps around and check how Completed them?

    For some reason it dont let me access the CompletedBy property inside the OnThink method private Mobile m_Player; // public Mobile m_CompletedBy; public override void OnThink() { base.OnThink(); Map mapa = this.Map; if (mapa != null) {...
  6. Lena80

    Missing a using directive or an assembly reference? error

    Hello im using the clone character on log out, it doesnt let me add the CharacterClone snipet into notoriety.cs here are the errros I added to the top of notoriety.cs this; using Felladrin.Automations; this is what i added to notoriety.cs inside public static int MobileNotoriety( Mobile...
  7. Lena80

    Sending a packet when player logs in?

    How to send a packet when player logs in game? ive used search feature and couldnt find how to do this. Thanks
  8. Lena80

    Centred how to build mountains? lol

    Title, like really i cant figure out how to build mountains, i tried increasing the height and it looks so bad
  9. Lena80

    Simple stone and a timer?

    Sorry if this got plenty of times, i got a very slow internet connection and cant surf the forums at all, can anyone help me make a simple stone and a timer ? thanks
  10. Lena80

    ClassicUO Client

    Is it possible to change the Weather effects? rain..snow.. etc? with a custom ones? Im looking at the source and i cant figure it out wheres the Rain/Snowflakes graphic all i see is the packet
  11. Lena80

    Checking playermobile facing direction?

    Hello servuo, is there an easy way to check wich direction player is facing? i need a snipe like if m.Player.Direction == South i took a look at playermobile but it seems kinda complex to me thanks
  12. Lena80

    Checking for statictiles such as trees in a specific x and y coords

    Hellooooooooooo so the next code check for landtiles and all that. Can anyone help me to modify it so it check for STATICS instead? (like trees) LandTile lt; Map map = Map.Trammel; for (int x=5150; x < 7168; x++) { for...
  13. Lena80

    How to make a NPC wander the world?

    without waypoint? just letting him walk. Not sure if increasing the home range would do the trick
  14. Lena80

    Randomize list of items, give randomly 8 items. [Runuo 2.0]

    Hello im back to some shard ''development' i was wondering how can i do the next thing: How to randomize items from a list then give player a max of 8 items from that list? 1583869804
  15. Lena80

    Fireball that falls from sky?

    Hello im using runuo 2.2 i know that you cant send some spells to a map location, so the trick is to spawn an invisible creature or item and then send the spell effect is there an easy way to make fireball particle ''fall'' from sky? like a magma storm. Thanks! ps: not using vitanexcore
  16. Lena80

    Make a mob cast a poison field?

    I would like to make a mob cast a poison field, anyonecan help me? thanks
  17. Lena80

    Spider that shoots spiderwebs

    Manytime ago i saw a spider script that ''shoots'' spiderwebs anyone has it? Thanks!
  18. Lena80

    How to wipe shard for a relaunch?

    Hello! i wonder how to wipe a shard for a relaunch. I want to remove, accounts items.. such as gold and everything, thanks!!
  19. Lena80

    Displaying a list of players in a Gump inside a party?

    Heeeeelloooooo hows going? As title says I would like to display a list of players inside a party, just a small list gump im fairly ok with gumpstudio, when i come to actual scripting i suck to be honest. Can somebody give me a hand? or a example where i can work from there, thanks!!!!!
  20. Lena80

    Gump not showing correct string value

    Hello i have this gump: As u guys can see it doesnt show the exp value even thought sometimes it does, i dont know why this happens. The value says 0 even thought is not 0. The tolevel is the part it fails i think. Because the 0 should be the exp left to level. int tolevel = 0...
Back