EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Doors Crashing Zones? (https://www.eqemulator.org/forums/showthread.php?t=37168)

Kingly_Krab 08-10-2013 09:10 PM

Doors Crashing Zones?
 
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 ...



Code:

#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

Quote:

Originally Posted by NatedogEZ (Post 223324)
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.


All times are GMT -4. The time now is 09:19 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.