Multi.mul help - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: UOP/Mul Editing (/Forum-UOP-Mul-Editing) +--- Thread: Multi.mul help (/Thread-Multi-mul-help) |
Multi.mul help - darksoulfe - 06-10-2013 10:09 PM good day, how do I import new structures on my shard, I'm entering the green acres 2 axis and making the structure a help room, closing the client over this and letting it slow, needed to do this in more multi.mul not have a nossao how it's done, needed a tutorial to better solve this problem, I hope someone help me with this thiago RE: Multi.mul help - darksun84 - 06-10-2013 10:41 PM First, download UoFiddler Then click on Plugin -> Manage -> Select MultiEditor and close and reopen UoFiddler. Second, go to the new Multi Editor Tab (Last last one) Then choose your multi size, make sure to click the grid display button and start drawing your building Third, you need to save it in the multi.mul Go to the Multis tab and select an empty slot (right click and select show free slots, free slots are written in red) return to the Multi Editor Tab. Click on save and write down the number of the empty multi slot.Leave the Export field empty, otherwise it will be not saved correctly. Now, return to the Multis Tab, check if in the slot you have chosen there is your building, if yes click on Misc then Save. The files will be saved on a weird directory i don't remember the name(but Uofiddler will tell you where). Fourth, put your new multi files on your Ultima Online directory. Fifth, you have to put it on Sphere : Add to a new/existing files the new item multi definition by using PHP Code: [MULTIDEF slotnumber] //Slot number in Hex not in decimal,so if you choose slot 163 it will be 0a3 Resync etc Sixth, adding the multi in game, For adding the multi in game, just write .add multidefname That should be all, even if some parts (scripts side) are not covered RE: Multi.mul help - darksoulfe - 06-10-2013 11:05 PM uo the fiddler he has to stay in that folder in the pasture uo, where in the desktop Thank ask for help RE: Multi.mul help - darksun84 - 06-10-2013 11:10 PM Uofiddler can be put where you want, but don't put in the ultima online folder . RE: Multi.mul help - amonvangrell - 06-11-2013 07:17 AM THERE IS NO NEED TO IMPORT THOSE STRUCTURES INTO YOUR UO FILES. CREATE YOUR HELP ROOM USING THE FUNCTION ON AXIS STATIC. ON YOUR SPHERE\SCRIPTS FOLDER THERE IS A FILE NAMED sphere_serv_triggers.SCP IN THIS FILE ADD UNDER [FUNCTION f_onserver_save] THIS Code: [FUNCTION f_onserver_save] RE: Multi.mul help - Extreme - 12-30-2013 11:16 PM (06-11-2013 07:17 AM)amonvangrell Wrote: THERE IS NO NEED TO IMPORT THOSE STRUCTURES INTO YOUR UO FILES.Are you crazy??? Using static items instead multi is the worst idea ever! You need to patch your structure to multi.mul and them add it on game. It will use only one item (gem) and maybe doors, signs. |