Welcome, Guest. Please login or register.
Did you miss your activation email?
June 22, 2024, 09:04:21 pm *

Login with username, password and session length
Pages: 1 [2]
Print
Author Topic: Update 01-27-13  (Read 19387 times)
Fjord
Full Member
***
Posts: 100


View Profile
« Reply #15 on: January 27, 2013, 02:08:28 pm »

FYI the Superior Wisp took almost 2 hours to kill solo on a nearly maxed out gearwise 60 Monk with only a few AAs. Not sure it would have gone that much quicker with AA's, but at 60 it hits hard enough that you need to have a plan to take breaks or heal up if you're soloing it.

It dropped a 1 EZ Credit Token and a 22k plat bag.
Logged
Natedog
Master
******
Posts: 830


View Profile
« Reply #16 on: January 27, 2013, 08:32:36 pm »

Code:
@ItemList = qw(
1001
1002
1003
1004
);


sub EVENT_ENTERZONE
{
my $n = 0;
while ($ItemList[$n])
{
my $itemz = int($ItemList[$n]);
if(plugin::check_hasitem($client, $itemz))
{
$client->Message(15, "You have been banished from the zone");
quest::zone("nexus");
}
$n++;
}

}


Add all the itemIDs to the array to banish players for having!  I was testing with some cloth items and was working just fine... upon entering the zone i would get banished

Works for items in inventory or in the bank ...


Oh ya forgot to mention .... this was in the player.pl   for my commons zone. But I am guessing you would already know that.

« Last Edit: January 27, 2013, 08:49:37 pm by Paldail » Logged

Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #17 on: January 28, 2013, 12:37:16 am »

I'll make the boss less HP so it goes faster, just a guessing game, dunno what peoples DPS is.

Thanks for the script on banning custom armor. Does it work on shared bank slots? Also, hasitem plugin is what was crashing us a month or two ago, so will have to possibly update that as well.
Logged

Hunter - EZ Server GM
Natedog
Master
******
Posts: 830


View Profile
« Reply #18 on: January 28, 2013, 01:15:43 am »

Thanks for the script on banning custom armor. Does it work on shared bank slots?


If it doesn't count shared bank ... just don't allow players to use the banker item in that zone.



edit:

Placed item in my shared bank and it still kicked me from the zone.



NOTE --- Does not check last two columns of the bank --  at least for my current plugin gonna check the newest version of the check_hasitem plugin
but first time to shower  Tongue
« Last Edit: January 28, 2013, 01:27:07 am by Paldail » Logged

Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #19 on: January 28, 2013, 01:26:55 am »

I got same results with my current hasitem plugin, boots even if in the shared slot.

Yes, banning summon banker would be a nice fix too if that was an issue.

Expecting to revert Custom Armor back to no level requirement during next reboot.

Will post updates soon.
Logged

Hunter - EZ Server GM
Natedog
Master
******
Posts: 830


View Profile
« Reply #20 on: January 28, 2013, 05:45:30 am »

Edited my check_hasitem plugin to check the extra SOF slots in the bank / bags in extra bank slots


Not sure why the plugin doesn't have those slots .. just downloaded the latest ones.



Code:
#Check bank slots
    for($slot1=2000; $slot1<=2023; $slot1++) {
        $itemid1=$client->GetItemIDAt($slot1);
      for($i=0; $i<5; $i++) {
         $augid1=$client->GetAugmentIDAt($slot1, $i);
         if($augid1==$itmchk) {
            return 1;
         }
      }
        if($itemid1==$itmchk) {
            return 1;
        }
    }
#Check bank's containers
    for($slot1=2030; $slot1<=2270; $slot1++) {
        $itemid1=$client->GetItemIDAt($slot1);
      for($i=0; $i<5; $i++) {
         $augid1=$client->GetAugmentIDAt($slot1, $i);
         if($augid1==$itmchk) {
            return 1;
         }
      }
        if($itemid1==$itmchk) {
            return 1;
        }
    }


Those are the 2 I had to edit to make it check the extra slots
« Last Edit: January 28, 2013, 05:56:22 am by Paldail » Logged

Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #21 on: January 28, 2013, 06:03:45 am »

Easiest way might be just to ban banker in the zone. Already have check working on inv.

Will check out your updated code too.

Thanks much!
Logged

Hunter - EZ Server GM
Blurring
Full Member
***
Posts: 168


View Profile
« Reply #22 on: January 28, 2013, 09:24:07 am »

Would it be possible to tweak the pvp mobs so that when it spawns, everybody in the zone currently is banished?

It doesn't seem right to me that people can camp the spawn by staying in the zone all day, giving them a huge advantage over the mob. I feel like even though it hasn't been a large problem so far, it is soon coming as DPS increases. If I were to camp the zone with my crew, I gurantee I would kill the mob before a single player zoned in.

Another good option would be to make the mob untargetable/immune/etc for the first 3-5 minutes, allowing people to zone in before campers can mass aggro the mob and move him to ~lame locations.

I'd also love to see the EZ credit token on the OT mob, I'm sure that would generate more interest than the plat has done thus far Smiley 2M plat seems excessive anyway given the event compared to typical EZ content.
Logged

Blarr!
Felony
Sr. Member
****
Posts: 394

Trump it


View Profile
« Reply #23 on: January 28, 2013, 11:27:27 am »

Sure we can just farm Dulak for VT lvl gear but I was some what looking forward to farming other zones just to pass some time.
Pretty much every raid tier zone ROK-SOL is locked.
Can you unlock those so we can explore and farm. I dont expect to find any/many upgrades but its still something to do.
Logged


If we judged them by the content of their character, they'd be begging us to judge them by the color of their skin
Krinkle
Full Member
***
Posts: 112


View Profile
« Reply #24 on: August 29, 2013, 07:56:02 am »

Go to Vex thal/ veeshans peak, gear out a shadowknight, if you cant win after that then just make a ranger and shoot arrows at people that can win.
Logged

Krinkle Sprinkle
Nexxel
Sr. Member
****
Posts: 254


View Profile
« Reply #25 on: August 29, 2013, 01:17:37 pm »

Wow, 7 month old necro post..
Logged
Pages: 1 [2]
Print
Jump to:  

Recent

Stats

Members
  • Total Members: 6131
  • Latest: appathy
Stats
  • Total Posts: 65022
  • Total Topics: 5057
  • Online Today: 287
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 0
Guests: 297
Total: 297
TinyPortal v1.0 beta 4 © Bloc