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

Search found 3 matches

by keepin
14.08.2012 22:33
Forum: Help
Topic: Problems using NewMoveXY
Replies: 4
Views: 5082

Re: Problems using NewMoveXY

Actually a friend checked just the code and told me " NewMoveXY(GetX(currentBull),GetY(currentBull),true ,0,True)" cant work cause the moving isnt going on an object.. so I had to change it to " NewMoveXY(GetX(currentBull),GetY(currentBull),true ,1,True)"
by keepin
13.08.2012 16:23
Forum: Help
Topic: Problems using NewMoveXY
Replies: 4
Views: 5082

Re: Problems using NewMoveXY

Yea. Ive tried the script with and without Razor. And it didnt work. If I enter coordinates close to me, then he moves there. So I guess I'm overseeing something in the code.
by keepin
13.08.2012 11:13
Forum: Help
Topic: Problems using NewMoveXY
Replies: 4
Views: 5082

Problems using NewMoveXY

hello im trying to get a quickBullTaming script to work. But I have already Problems in using NewMoveXY. Here is the code: Program shortQuickyTamed; var bullType : Array of Cardinal; currentBull: Cardinal; function findTameType : boolean; Begin bullType := [$00E8, $00E9]; finddistance := 16; current...