Welcome, Guest. Please login or register.
Did you miss your activation email?
October 01, 2024, 05:18:02 pm *

Login with username, password and session length
Pages: [1] 2 3
Print
Author Topic: Holiday Weeked!!!  (Read 16108 times)
Fugitive
Legend
*******
Posts: 1807


TROLL KING


View Profile
« on: May 21, 2013, 07:31:13 pm »

This weekend is holiday weekend.

What are the plans for everyone??


What is the plan for Hunter and EZ?!? (nudge nudge know what I mean)

Logged


Quoted for the Brotherhood of Warriors
"I want my wizard to cast Fugitives instead of fireballs.
We can't always get what we want. ;-)"
-Hate"
Xiggie | Stone
Legend
*******
Posts: 2119



View Profile
« Reply #1 on: May 21, 2013, 07:32:12 pm »

My name is Xiggie and I approve of this hint.
Logged

Natedog
Master
******
Posts: 830


View Profile
« Reply #2 on: May 21, 2013, 07:35:46 pm »

Memorial Day Weekend... or my Birthday which is the Holiday? Since both are this weekend!  Tongue
Logged

Fliker
Sr. Member
****
Posts: 319



View Profile
« Reply #3 on: May 21, 2013, 07:45:25 pm »

My name is Xiggie and I approve of this hint.

I too approve since I just looted the last T5 piece I needed. =D
Logged
Fugitive
Legend
*******
Posts: 1807


TROLL KING


View Profile
« Reply #4 on: May 21, 2013, 07:47:30 pm »

Memorial Day Weekend... or my Birthday which is the Holiday? Since both are this weekend!  Tongue

Both!!
Logged


Quoted for the Brotherhood of Warriors
"I want my wizard to cast Fugitives instead of fireballs.
We can't always get what we want. ;-)"
-Hate"
Brokyn
Sr. Member
****
Posts: 405

Artificial intelligence beats real stupidity


View Profile
« Reply #5 on: May 21, 2013, 08:06:20 pm »

Oh, sure, where was all this manipulation for Victoria Day weekend?  hehe
Logged

We have enough youth, how about a fountain of smart?
Solbash
Sr. Member
****
Posts: 371


View Profile
« Reply #6 on: May 21, 2013, 08:20:09 pm »

This weekend is holiday weekend.

What are the plans for everyone??


What is the plan for Hunter and EZ?!? (nudge nudge know what I mean)



It is an EZ tradition to do dbl lewtz on memorial day weekend. At least we have done it for the past two years(i didn't check back any further in the forums for any earlier)
Logged
Chunka
Hero Member
Legend
*****
Posts: 1642


Been gone so long I'm a newbie again!


View Profile
« Reply #7 on: May 21, 2013, 09:18:16 pm »

Logged

"When any government, or any church for that matter, undertakes to say to its subjects, "This you may not read, this you must not see, this you are forbidden to know," the end result is tyranny and oppression, no matter how holy the motives. Mighty little force is needed to control a man whose mind has been hoodwinked; contrariwise, no amount of force can control a free man, a man whose mind is free. No, not the rack, not fission bombs, not anything — you can't conquer a free man; the most you can do is kill him." R.A. Heinlein
Brokyn
Sr. Member
****
Posts: 405

Artificial intelligence beats real stupidity


View Profile
« Reply #8 on: May 24, 2013, 08:54:49 am »

No double loot for end game...Huh

That's twice in a row Hunter Sad
Logged

We have enough youth, how about a fountain of smart?
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #9 on: May 24, 2013, 09:19:37 am »

Already explained, T7 loot is via perl quest addloot() and not database tables, so thats why.
Logged

Hunter - EZ Server GM
Anuli
Full Member
***
Posts: 210


View Profile
« Reply #10 on: May 24, 2013, 02:18:58 pm »

So.. There is double loot already?
Logged
Sarthin
Administrator
Legend
*****
Posts: 1033

Common sense is not so common


View Profile
« Reply #11 on: May 24, 2013, 05:39:17 pm »

Gonna be real sweet if we can see DBL in T7+, TOFS and whatnot in the future. Until then, I'm gonna keep farming essences.
Logged

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


EZ Server GM


View Profile
« Reply #12 on: May 24, 2013, 06:02:24 pm »

Not every mob uses default.pl, some have their own name.pl so that would be a LOT of editing to go back.
Logged

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


View Profile
« Reply #13 on: May 24, 2013, 07:30:31 pm »

Not every mob uses default.pl, some have their own name.pl so that would be a LOT of editing to go back.


that line of Code is the default PL ... it would handle individual bosses as well.  Just gotta add their loot under their NPC_TYPES id


And to turn it on / off would be 1 change of a number inside the default PL  (turning off double loot that is)

I'd do all the copy paste work if you shot the scripts my way... I ain't got much better to do lol




What I am getting at is.... the Default.pl would handle Double loot for the bosses rather than editing all the damn boss scripts.  1 simple value change after the copy / paste work is done



nvm seems default.pl doesnt work for NPCs that have a script Sad
« Last Edit: May 24, 2013, 07:44:08 pm by Paldail » Logged

Natedog
Master
******
Posts: 830


View Profile
« Reply #14 on: May 24, 2013, 07:48:46 pm »

Guess you could use... global_npc.pl and at least give bosses double loot heh

Plus I was doing the NPC_TYPES check wrong here is the right way lol



(Inside Global_NPC.pl)
Code:
sub EVENT_SPAWN {
# Zero is off or any number other than 1
my $double_loot = 1;
if ($double_loot==1)
{

if($npc->GetNPCTypeID() == 1209)  # Pack Master Bloodfang
{
quest::addloot(4201,1);  #Add 1 bronze helm
}

}
}

 
Would give at least the bosses double loot heh  (And actually works hand in hand with the pl file that a boss already has)
« Last Edit: May 24, 2013, 07:56:51 pm by Paldail » Logged

Pages: [1] 2 3
Print
Jump to:  

Recent

Stats

Members
  • Total Members: 6149
  • Latest: Acaelis
Stats
  • Total Posts: 65081
  • Total Topics: 5061
  • Online Today: 240
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 0
Guests: 230
Total: 230
TinyPortal v1.0 beta 4 © Bloc