SphereCommunity
ON=@ContextMenuRequest - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: ON=@ContextMenuRequest (/Thread-ON-ContextMenuRequest)

Pages: 1 2


ON=@ContextMenuRequest - Llirik - 08-31-2015 02:11 PM

Can i type my text in @ContextMenuRequest?

ON=@ContextMenuRequest
src.addcontextentry 101,Drop

ON=@ContextMenuSelect
if <argn>==101
return 1
endif

Sphere write problem:

11:26:ERROR:(human.scp,10)Bad AddContextEntry usage: Check first 2 arguments!


RE: ON=@ContextMenuRequest - darksun84 - 08-31-2015 08:05 PM

The 2nd argument should be a cliloc number

CLILOCed name of the button. The number from cliloc.[your_localization]
the legal range is between 3,000,000 and 3,032,767 (or 0 and 32,767... in which case, 3000000 is added for you.)


RE: ON=@ContextMenuRequest - Llirik - 08-31-2015 09:30 PM

(08-31-2015 08:05 PM)darksun84 Wrote:  The 2nd argument should be a cliloc number

CLILOCed name of the button. The number from cliloc.[your_localization]
the legal range is between 3,000,000 and 3,032,767 (or 0 and 32,767... in which case, 3000000 is added for you.)

ON=@ContextMenuRequest
src.addcontextentry 101,3000000

Quit Ultima Online?

Wtf?


RE: ON=@ContextMenuRequest - darksun84 - 08-31-2015 09:42 PM

Cliloc number holds a text, if you want to add a custom text you have to edit the cliloc files by using UoFiddler


RE: ON=@ContextMenuRequest - Llirik - 08-31-2015 11:03 PM

You have something analog with: src.addcontextentry 101,Drop All or src.addcontextentry 101,All Drop, or src.addcontextentry 101,Give...? Using by UoFiddler? Smile Please!


RE: ON=@ContextMenuRequest - darksun84 - 08-31-2015 11:31 PM

There is Add, Delete, Transfer text but no Drop or Give :\


RE: ON=@ContextMenuRequest - Llirik - 08-31-2015 11:54 PM

What is the code to Delete? Please!!!


RE: ON=@ContextMenuRequest - darksun84 - 09-01-2015 12:27 AM

3000176 for delete


RE: ON=@ContextMenuRequest - Llirik - 09-01-2015 12:33 AM

Sorry you don't know code to 'Level' or analog 'Experience' or another too? Please!


RE: ON=@ContextMenuRequest - darksun84 - 09-01-2015 12:41 AM

There aren't, but you can easily add them by editing the cliloc file