Search found 7 matches

by voyta
2004-09-27 01:17:37
Forum: Scripting Ore
Topic: GM toolbox for Sphere .51a
Replies: 4
Views: 2410

*** due to presence of Kelevar players on this forum this script is no longer availalble :) ***
by voyta
2004-09-27 01:11:04
Forum: Scripting Ore
Topic: GM toolbox for Sphere .51a
Replies: 4
Views: 2410


# Static building tools
;===================

sub starttile() ;select NW corner (your position)
UO.setglobal("x1",UO.getx())
UO.setglobal("y1",UO.gety())
end sub

sub endtile() ;select SE corner (your position)
UO&#46 ...
by voyta
2004-09-27 00:36:34
Forum: Scripting Ore
Topic: GM toolbox for Sphere .51a
Replies: 4
Views: 2410

GM toolbox for Sphere .51a

As a part of my work as a GM I created a bunch of subs which could be useful, not only for GM, use any and all as you wish.
PS: if I made a dupe function to any already implemented in YI, please, tell me :)


# Waiting and script pauses
;=================
sub setpause(b) ;sets pause flag ...
by voyta
2004-07-22 10:41:55
Forum: General
Topic: Problem with login
Replies: 3
Views: 2067

Not mentioning that forum has SEARCH button atop, U must be completely BLIND not to see
the topic
by voyta
2004-07-22 10:36:18
Forum: General
Topic: IF Question
Replies: 6
Views: 2665

If you are uncertain whhat happens in your script, do some debug messages... it'll show ya the problem.



sub test()
WHILE UO.Life > 0
poison = UO.Poisoned()
IF poison == 1
UO.print("TRUE, casting")
UO.Cast('Cure','self)
ELSE
UO.print ...
by voyta
2004-06-24 09:44:27
Forum: General
Topic: Yoko injection versions, changelogs
Replies: 3
Views: 2740

That means, if I want to use anything added in 2004 i have to use reverse engineering? Could you at least ask those who contributed changes whether they are willing to share it with the rest of what used to be community... ?

Or if I want some improvements and changes I do have to add my own code ...
by voyta
2004-06-23 21:13:22
Forum: General
Topic: Yoko injection versions, changelogs
Replies: 3
Views: 2740

Yoko injection versions, changelogs

Well I am aware I always start my appearance at Yoko's new forum with some complaints and - what a surprise - I have one just ready to be written down :)

Well I know it does take a lot of effort to develop Injection, it is for free and everyone just yells what should and could be done, but... it ...