ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: El_Remo on April 18, 2015, 08:49:54 AM

Title: Free shard scripts
Post by: El_Remo on April 18, 2015, 08:49:54 AM
Not like im going to have the know how to do this on my own but i was curious what it took to change scripts from osi to free shard? Does it depend on the script, the shard or both and are all scripts different. What im saying is there anything in common that you can change on most scripts or is it a new animal each time..  Thanks
Title: Re: Free shard scripts
Post by: Zurg on April 18, 2015, 09:09:58 AM
I don't play free shards much, but i know each script is different on what you have to change. Unless it is the same writer because their are 10 or more different ways to do things. I'm pretty sure its mostly got to do with id of items but finding where to change most of them are easy but some are hard if you don't know the script. A noob like myself is still looking for stuffto change so i can change the script to how i'd like it to run. not saying my way is right it just seems to fit me better. If there something i can help i'd be willing to help not sure how good i'd be but willing to give it a try.
Title: Re: Free shard scripts
Post by: TrailMyx on April 18, 2015, 11:01:26 AM
Not like im going to have the know how to do this on my own but i was curious what it took to change scripts from osi to free shard? Does it depend on the script, the shard or both and are all scripts different. What im saying is there anything in common that you can change on most scripts or is it a new animal each time..  Thanks

9 times out of 10, a script doesn't work because the dimensions of a crafting gump is different.  That's easy to fix if you know the size of the gump and the positions of the buttons required.

Also there are subtle differences with #FINDTYPEs from RunUO to OSI/Broadsword or just freeshards in general.  You might try and craft a tinkering kit, but since the script can't sense that you've already made one, then it just keeps making them until you are out of resources.

So really the best is just to try one, but be really careful about understanding the initial setup.  Many times the script actually will work fine, but in your haste to get moving you'll leave out a key requirement in the setup process.
Title: Re: Free shard scripts
Post by: El_Remo on April 18, 2015, 11:23:48 AM
Thanks much guys..