![]() |
ADDCONTEXTENTRY number, where find? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: ADDCONTEXTENTRY number, where find? (/Thread-ADDCONTEXTENTRY-number-where-find) |
ADDCONTEXTENTRY number, where find? - WRWR - 07-22-2012 07:40 PM ADDCONTEXTENTRY number, where find entry numbers, how to use? for example src.addcontextentry 101,6117 i know its number in cliloc, but how to get it ) RE: ADDCONTEXTENTRY number, where find? - Shidhun - 07-23-2012 01:26 AM You can manipulate the Cliloc with a tool such as : http://forum.spherecommunity.net/sshare.php?download=45 or http://forum.spherecommunity.net/sshare.php?download=76 I know, that there where other tools, but i cant find them adhoc. With this tools you can search for a specific entry and/or edit it RE: ADDCONTEXTENTRY number, where find? - WRWR - 07-23-2012 01:30 AM Yeah, i just using UOFiddler for it. My question is how to find this specific number? its not number of cliloc RE: ADDCONTEXTENTRY number, where find? - Gil Amarth - 07-23-2012 05:11 AM Remember that is not the same 101,6117, that 0101,6117. The first one is decimal, and the second one is hexadecimal for the 0 on the front. Look if the cliloc reference if is hexadecimal or decimal with the calculator conversion. RE: ADDCONTEXTENTRY number, where find? - WRWR - 07-23-2012 08:26 AM 101 its button 6117 its order number in cliloc but how and where i can find that number? RE: ADDCONTEXTENTRY number, where find? - Extreme - 07-23-2012 11:41 AM This number is half of cliloc. I think are the last four numbers of the cliloc. A good way to find the right cliloc number is searching the text of it. RE: ADDCONTEXTENTRY number, where find? - WRWR - 07-23-2012 04:02 PM (07-23-2012 11:41 AM)Extreme Wrote: This number is half of cliloc. I think are the last four numbers of the cliloc. ahh, really...its 3006117 in cliloc ![]() Thanks for help! |