Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 22 matches

by canabisman
18.06.2012 15:52
Forum: Help
Topic: GUMP
Replies: 6
Views: 7019

GUMP

Hello all, im here to request you guys a little help here... Need to make a procedure to use the runebook and then click on the gump, what i have to do? Runebook * Info * : ID: $400949E1 Name: NoName Type: $0EFA Color: $0482 here is what i received from stealth when i opened the runebook and typed ,...
by canabisman
18.06.2012 15:16
Forum: Help
Topic: CONNECTION ERROR
Replies: 1
Views: 3089

Re: CONNECTION ERROR

Reinstalled, everything is ok now, thanks!
by canabisman
18.06.2012 15:15
Forum: Help
Topic: CONNECTION ERROR
Replies: 1
Views: 3089

CONNECTION ERROR

Dont know what happen but i try to connect and gives me this error..

Image
by canabisman
18.06.2012 14:43
Forum: Help
Topic: TargetLast? LastTarget? WaitTargetLast?
Replies: 3
Views: 4270

Re: TargetLast? LastTarget? WaitTargetLast?

here it worked tih

Code: Select all

procedure CastParalyze;
begin
 Cast('Paralyze');
 WaitForTarget(1000);
 TargetToObject(LastTarget)
end;
by canabisman
18.06.2012 14:33
Forum: Help
Topic: TargetLast? LastTarget? WaitTargetLast?
Replies: 3
Views: 4270

Re: TargetLast? LastTarget? WaitTargetLast?

wtf here didnt work, it does not cast
by canabisman
18.06.2012 9:04
Forum: Help
Topic: TargetLast? LastTarget? WaitTargetLast?
Replies: 3
Views: 4270

TargetLast? LastTarget? WaitTargetLast?

Im trying to create a HotKey to Cast paralyze in the lasttarget(player) making my autoload and in the hotkey i put exec CastParalyze procedure CastParalyze; begin WaitTargetLast; Cast('Paralyze'); end; And i tried like this too: procedure CastParalyze; begin Cast('Paralyze'); TargetToObject(LastTarg...
by canabisman
16.06.2012 20:03
Forum: Помощь по скриптам
Topic: Выход из цикла
Replies: 16
Views: 13686

Re: Выход из цикла

Here is an example to "GetSkillValue" program AnatomySkill; var skill : Double; procedure AnatomyTraining; Begin if GetSkillValue('Anatomy') < 100.0 then begin FindDistance := 3; skill := GetSkillValue('Anatomy'); AddToSystemJournal('Anatomy: '+FloatToStr(skill)); repeat ClearJournal(); If...
by canabisman
15.06.2012 9:09
Forum: General Discussion
Topic: Big fucking problem
Replies: 2
Views: 9030

Re: Big fucking problem

OK, SENT U PM INFORMATION}!
by canabisman
14.06.2012 16:37
Forum: Help
Topic: TargetGround?
Replies: 4
Views: 4774

Re: TargetGround?

But the NPC is the LASTTARGET how can i get the xyz from last target? can i do like this: waittargetxyz(getx(lasttarget) + 1(if needed), gety(lasttarget) + 1(if needed), getz(lasttarget)); ? procedure CastWallNPC; begin Cast('Wall Of Stone'); WaitTargetXYZ(GetX(lasttarget), GetY(lasttarget), GetZ(la...
by canabisman
14.06.2012 13:07
Forum: Help
Topic: TargetGround?
Replies: 4
Views: 4774

TargetGround?

Hello friends i need a simple procedure but i dont know how to make it... something like


procedure CastWallNPC;
begin
Cast('Wall Of Stone');
WaitTargetGround <<<<< here will be the x y z from the NPC
end;

THANK YOU!
by canabisman
14.06.2012 9:57
Forum: Help
Topic: Showing the SkillValue with UoSay
Replies: 6
Views: 6758

Re: Showing the SkillValue with UoSay

thanks!
by canabisman
14.06.2012 9:49
Forum: General Discussion
Topic: Big fucking problem
Replies: 2
Views: 9030

Big fucking problem

Hello guys, theres a long time that i doesn't log in to talk with you, but now i had to do that... I started using stealth client since the first version and now its much better, i loved the hotkeys function, congratulations... Now, let's go directly to my problem... I decided to play uo again and t...
by canabisman
25.12.2010 19:17
Forum: Помощь по скриптам
Topic: STEALTH 3
Replies: 2
Views: 3141

ohh... thanks man im going to try it right now...
by canabisman
27.11.2010 19:54
Forum: Помощь по скриптам
Topic: STEALTH 3
Replies: 2
Views: 3141

STEALTH 3

please, could someone help me about 'proxy' in stealth..


i tried many but none worked successfully.. i tried proxy from ports 8080 80 3128 8118.. etc.. wich one works well in stealth? thank you.
by canabisman
24.11.2010 17:43
Forum: Помощь по скриптам
Topic: Compiling problem (Stealth 3.2.4)
Replies: 7
Views: 5934

Some servers don't send message "Saving World State". Stealth have built-in method: CheckLag(TimeToWait: Cardinal); Try it. so its something like: procedure BLABLABLABLA; begin UseObject(backpack); If (FindType(aaaaa, backpack) <> 0) then begin CheckLag(10000); MoveItem(Finditem, 0, chest...