Search results

  1. FreeReign

    CastRun

    spell.cs spell.cs
  2. FreeReign

    Unlimited character skilled limit

    https://www.servuo.com/threads/tutorial-for-how-to-change.1347/
  3. FreeReign

    help? trying make custom horse

    took me like 3 hours so ill post mine too, im also trying to learn.
  4. FreeReign

    Paperdoll Avatar

    some images are for the paperdoll avatar, or the character creation avatar, or the player, so you need to find it by trial and error.
  5. FreeReign

    Preventing selection of Elf race on UOR

    edited my post i dont know why i was saying SA, changed to T2A ok probably because i read it in the region marker for gargoyles. Gargoyles came out in SA so it correctly shouldnt be recognized. Also Elves came out after T2A so technically they shouldnt be a choice either.
  6. FreeReign

    Preventing selection of Elf race on UOR

    yea i couldnt find the gump hex codes in the servuo folder, so theyre probably caked into the client. But i found something in RaceDefinitions.cs. Maybe if you can do the same thing to elf thats done to gargoyles then youll get what you wanted, hack the elf race into the T2A era. Probably in...
  7. FreeReign

    Preventing selection of Elf race on UOR

    i cant try it right now but what i would do is look in uo fiddler for that elf gump and get the hex code. then search for that hex code in servuo folder and then i would just comment out the elf and gargoyle stuff, and be left with only the human choice. but then you need to worry about...
  8. FreeReign

    Custom sistems for RP shard.

    https://www.servuo.com/threads/disable-particular-aos-weapons-armour-attributes.5242/ https://www.servuo.com/threads/adding-specific-properties-to-custom-crafting-resources.7771/ https://www.servuo.com/threads/updating-items-in-game-from-script.6651/ these links should get you started. there...
  9. FreeReign

    Need help how to make reward drop in back pack randomly

    blessed items wont drop you need to make an exception here is one example on how to make blessed items drop. youll need to reconstruct it to make it work how you want.
  10. FreeReign

    How to Change Max Skills Cap?

    i dont know. skill bonus items, powerscrolls, it was higher before and then it was changed, other reasons?
  11. FreeReign

    How to Change Max Skills Cap?

    700.0 = 7000 = 7 gm in PlayerCaps.cfg in skills gump make sure youre looking at show real
  12. FreeReign

    Classic Client Issue

    yes you can. everyone needs a copy of the new client. Also the server needs to point to the new client in datapath.. If using a new server also update which expansion you want to use, in your case probably SA or lower, not higher. Lastly make sure everyone points their razor or steam to the new...
  13. FreeReign

    Classic Client Issue

    put cliloc from 7 in 5.9 everyone needs to put the new cliloc in their client cliloc.enu is english
  14. FreeReign

    Classic Client Issue

    well for just myself i use the same client for both client and server, but if you want to include other people then just make a copy of the client the server is using. Did you check the datapath.cs? its usually that that needs editing
  15. FreeReign

    Classic Client Issue

    for the cliloc error use a cliloc. from a newer client. invisible obstacles means youre not using the same clients version for server and clients. Double check your datapath edit.
  16. FreeReign

    Urg...mobs attacking GM

    hide?
  17. FreeReign

    Two problems

    ill throw suggestions but im no expert. valkyrieblade, is it spelled exactly as in the script, and did you drop it in the right server script folder, not a backup folder? the second one, did you make sure to shut down all programs before starting the server and logging in? And if you did make...
  18. FreeReign

    what's matter the server kick it

    try 127.0.0.1 or you have another instace running already
  19. FreeReign

    why shard will that crash? !!!!!!!!!!!

    you altered a scripts serialize/deserialized by adding or substracting from it and not editing the serialize method to reflect it. dont delete objects or it will corrupt the save. try undoing whatever script you changed last to the way it was when it was working and look at other scripts here...
Back