Hello guys i have one problem i use that code Drop Like Adena its works but it doesnt broadcast to the other members what the player 1 picked to player 2
Here is a picture how divide drop items but does not show what drop to other party member!
And i have found this but i don't know what i write ... maybe someone can tell me where ? thanks
// Send messages to other party members about reward
if (item.getCount() > 1)
broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S3_S2).addPcName(target).addItemName(item).addItemNumber(item.getCount()));
else if (item.getEnchantLevel() > 0)
broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S2_S3).addPcName(target).addNumber(item.getEnchantLevel()).addItemName(item));
else
broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S2).addPcName(target).addItemName(item));
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
And you join to maxcheaters to write about scam? to see it who? the other scammers? this is the community from lineage. Thiefs! sad for your money. but don't trust people.
Question
cyta5
Hello guys i have one problem i use that code Drop Like Adena its works but it doesnt broadcast to the other members what the player 1 picked to player 2
Here is a picture how divide drop items but does not show what drop to other party member!
And i have found this but i don't know what i write ... maybe someone can tell me where ? thanks
// Send messages to other party members about reward if (item.getCount() > 1) broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S3_S2).addPcName(target).addItemName(item).addItemNumber(item.getCount())); else if (item.getEnchantLevel() > 0) broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S2_S3).addPcName(target).addNumber(item.getEnchantLevel()).addItemName(item)); else broadcastToPartyMembers(target, SystemMessage.getSystemMessage(SystemMessageId.S1_OBTAINED_S2).addPcName(target).addItemName(item));
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.