any way to get the order in which the following show in the chat log
in the order listed below like on live
you mined 10 then
you found a rare item
not sure why it doubles up my attachments
Harvesting 10+Rare
Moderator: Team Members
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Harvesting 10+Rare
You do not have the required permissions to view the files attached to this post.
-
tyrbo
- Team Member
- Posts: 271
- Joined: Thu Feb 18, 2016 12:33 pm
Re: Harvesting 10+Rare
See GroundSpawn.cpp, lines 400-430ish.
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: Harvesting 10+Rare
ok i made this change on my server and would like to request it be made on eq2emu server
in groundspawn.cpp move the following lines
to just after this code
at around line 378-379
in groundspawn.cpp move the following lines
Code: Select all
// chat box update for normal item (todo: verify output text)
client->Message(CHANNEL_COLOR_HARVEST, "You %s %i \\aITEM %u %u:%s\\/a from the %s.", GetHarvestMessageName(true).c_str(), item->details.count, item->details.item_id, item->details.unique_id, item->name.c_str(), GetName());
// add Normal item to player inventory
client->AddItem(item);
//Check if the player has a harvesting quest for this
client->GetPlayer()->CheckQuestsHarvestUpdate(item, reward_total);Code: Select all
if(master_item)
{
// set details of Normal item
item = new Item(master_item);
// set how many of this item the player receives
item->details.count = reward_total;- Gangrenous
- Posts: 812
- Joined: Sun Apr 24, 2016 6:54 am
- Characters: Dinsmoor
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: Harvesting 10+Rare
yes but getting things fixed, lol
found that the way things were in another section you could never harvest a single rare or an imbue, it will just give you the 10+rare on the roll
that fix is here
http://www.eq2emulator.net/phpBB3/viewt ... =13&t=4197
-
Jabantiz
- Lead Developer
- Posts: 2912
- Joined: Wed Jul 25, 2007 2:52 pm
- Location: California
Re: Harvesting 10+Rare
Committed this change to dev svn
Who is online
Users browsing this forum: No registered users and 0 guests