PDA

View Full Version : Doors Crashing Zones?


Kingly_Krab
08-10-2013, 09:10 PM
Okay, so whenever a player, or I, click on a door it crashes the zone for unknown reasons, I had to put an NPC in Plane of Air to teleport players up to Xegony, will I have to do this for a lot more doors or is there a fix for said crashing issue?

NatedogEZ
08-10-2013, 09:18 PM
I did this to Check_Hasitem plugin to fix that issue ...




#Check corpses
# if ($body_count > 0) {
# for ($i=1; $i<=$body_count; $i++) {
# $body_id = $client->GetCorpseID($i);
# for ($slot1=0; $slot1<=30; $slot1++) {
# $itemid1 = $client->GetCorpseItemAt($body_id, $slot1);
# if ($itemid1 == $itmchk) {
# return 1;
# }
# }
# for ($slot1=251; $slot1<=340; $slot1++) {
# $itemid1 = $client->GetCorpseItemAt($body_id, $slot1);
# if ($itemid1 == $itmchk) {
# return 1;
# }
# }
# }
# }
return 0;


Made it no longer check corpses

Kingly_Krab
08-10-2013, 09:36 PM
Thank you NatedogEZ, I love you. <3

Akkadius
08-10-2013, 09:42 PM
Am I witnessing a bromance?

Kingly_Krab
08-10-2013, 09:48 PM
Depends, want to take part? :)

NatedogEZ
08-10-2013, 09:55 PM
My Perl brings all the boys to the yard.

Akkadius
08-10-2013, 10:34 PM
My Perl brings all the boys to the yard.

That actually made me LOL, hahahahaha

Kingly_Krab
08-10-2013, 11:50 PM
Haha, hooray for the 10 character limit.