Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Last Chaos
You last visited: Today at 23:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Melding Book

Discussion on Melding Book within the Last Chaos forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2013
Posts: 19
Received Thanks: 4
Melding Book

Hi does anyone know how to change the max + you can make with a meld book (i.e stop it at +25 with a +3 meld book)

Thanks!
[HGS]Pikachu is offline  
Old 08/22/2020, 15:30   #2
 
elite*gold: 104
Join Date: Sep 2012
Posts: 1,371
Received Thanks: 573
in GameServer/PC.cpp

void CPC::ApplyItemValue(bool bSend)
Quote:
if (bNormalItem && (item->m_itemProto->getItemFlag() & ITEM_FLAG_COMPOSITE) && (item->getFlag() & FLAG_ITEM_COMPOSITION))
{
CItem* pItemEquip = m_inventory.FindByVirtualIndex(item->m_nCompositeItem);
if (pItemEquip)
{
pItemNormal = pItemEquip;
}
else
{
pItemNormal = m_wearInventory.FindByVirtualIndex(item->m_nCompositeItem);
}
if (nNormalPlus > MAX_UPGRADE_PLUS+3)
nNormalPlus = MAX_UPGRADE_PLUS+3;
}
change nNormalPlus = MAX_UPGRADE_PLUS+3 to whatever you want, for example if (nNormalPlus > 25) nNormalPlus = 25;

you need to do this 2 times, once for weapons and once for armors

Client:

Engine/Interface/UITooltip.cpp
lines 752...

search for COMPOSITION

Quote:
if (m_pItem->IsFlag(FLAG_ITEM_COMPOSITION) && m_pItem->ComItem_index > 0)
{
if (nPlatinum_Ent > 0)
{
strEnt.PrintF("+%d", nPlatinum_Ent);
strTmp += strEnt;
}

if (nEnt > 0)
{
if (nEnt + nPlatinum_Ent <= 25) // upgrade limit +25
{
strEnt.PrintF("[+%d]", nEnt);
strTmp += strEnt;
}
else
{
strEnt.PrintF("[+%d]", nEnt-1);
strTmp += strEnt;
}
}
}
else
{
if (nEnt > 0)
{
strEnt.PrintF("+%d", nEnt);
strTmp += strEnt;
}

if (nPlatinum_Ent > 0)
{
strEnt.PrintF("[+%d]", nPlatinum_Ent);
strTmp += strEnt;
}
}
Desarija is offline  
Old 08/23/2020, 11:52   #3
 
elite*gold: 0
Join Date: May 2013
Posts: 19
Received Thanks: 4
Thank you so much <3
[HGS]Pikachu is offline  
Reply


Similar Threads Similar Threads
[HELP] PK2 edit fire nuke book 3-> book 7
03/02/2013 - SRO Private Server - 5 Replies
The tittle says it all... Ive successfully change alot other skills from 80-> 120 but not this one, it just doesnt look right, i got a ss here http://img571.imageshack.us/img571/2104/sro201302 2803594002.jpg
Green book to red book [SOLVE]
08/31/2011 - SRO Private Server - 0 Replies
Guys u dont need to relog this thing isnt working and if u want u can just teleport or use a return scrol and the red book will be again Green
last chaos ep2 book of melding
05/30/2011 - Last Chaos - 0 Replies
Kann man die Dinger nicht im Item Shop kaufen? Ich find die nicht... Wenn ja wo? O_o €: habs schon selber gefunden bitte schliesen!



All times are GMT +1. The time now is 23:51.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.