Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2 > Diablo 2 Programming
You last visited: Today at 16:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



NTM_MoveToStair() failed - bug

Discussion on NTM_MoveToStair() failed - bug within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 169
Received Thanks: 14
NTM_MoveToStair() failed - bug

ich habe seit neustem bei baalruns diesen bug

in NTMove.ntl in den common libs

folgende funktion:

Quote:
function NTM_MoveToStair(areaid, subareaid, offsetx, offsety, clearpath)
{
var i, n;
var _unit;

if(arguments.length < 3)
{
offsetx = 0;
offsety = 0;
}

if(arguments.length < 5)
clearpath = false;

for(i = 0 ; i <= 2 ; i++)
{
_unit = GetPresetUnits(areaid, NTC_UNIT_TILE);

if(_unit)
{
for(n = 0 ; n < _unit.length ; n++)
{
if(_unit[n].subareaid == subareaid)
return NTM_MoveTo(areaid, _unit[n].roomx*5+_unit[n].x+offsetx, _unit[n].roomy*5+_unit[n].y+offsety, 3, clearpath);
}
}

if(i < 2)
NTC_Delay(500);
}

return false;
}
weiß einer rat woran es liegen kann?

ich vermute stark, dass das pathing daran schuld ist
fuuch is offline  
Reply


Similar Threads Similar Threads
how to enchant items without getting failed or lesser chance to failed..??
04/28/2011 - Aion - 1 Replies
please help... any exploits or tips and tricks on how to enchant items...????
[F]item_proto Clientside, wtf? XD Ändern failed oder Client failed xD
08/22/2010 - Metin2 Private Server - 4 Replies
Hüy, ich hab in der item_proto ( Clientside ) die Standartbonis z.B bei Drachengottschuhen die 55 Deff durch TP ersetzt ( +9 2k ) Normalerweisse alles was ich bisher item_proto änderte klappte JEDES MAL Hab auch neue Bonis in der Drachengottrüstung, 85'er Waffen uvm, bla bla .. und es klappte jedes mal alles perfekt Doch jz wollt ich die Standartbonis der Drachengottschuhe bearbeiten ..
OX failed
03/07/2010 - Metin2 Private Server - 0 Replies
Hey Leute ... Ich hab mir jetzt die Oxquiz.lua runtergeladen.. hab sie hochgeladen bzw den text geändert da wenn ich die datei reinzieh sie sich nicht ersetzt -.- make.sh / reload q gemacht alles... doch die fragen sind immer noch nich übersetzt -.- kann mir einer helfen?
DB Failed - Still got a soc
07/20/2006 - Conquer Online 2 - 16 Replies
I feel that it is my time to contribute with something to this community, i experienced something wierd a while back.. I bought an elite bag at level 67, decided to make it super, so I tried metting it first (first one worked), the second after I put my DB in and used it, checked my items, noticed that it was still elite.. I took a deep breath, frustrated over the fact that it failed.. Went to market to put it on again, noticed the oh so sweet letters in it: "Socket 1 gem(s)" ...



All times are GMT +2. The time now is 16:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.