|
You last visited: Today at 09:43
Advertisement
[BUG] Revision 40K Bonus Channger Bug Fix. -cBaraN-
Discussion on [BUG] Revision 40K Bonus Channger Bug Fix. -cBaraN- within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
07/15/2014, 01:27
|
#1
|
elite*gold: 0
Join Date: Nov 2013
Posts: 28
Received Thanks: 52
|
[BUG] Revision 40K Bonus Channger Bug Fix. -cBaraN-
Hi ePvP,
When I setup a server problem caught my eye, and I wanted to share it with you.
How To Fix?
Open .../game/src/chat_item.cpp
Search:
HTML Code:
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("속성을 변경할 수 없는 아이템입니다."));
HTML Code:
if (item2->IsExchanging())
return false;
Add below;
HTML Code:
if (item2->IsEquipped())
return false;
Finally, it will look like;
Best Regards
Can BARAN...
|
|
|
07/15/2014, 01:50
|
#2
|
elite*gold: 0
Join Date: Sep 2013
Posts: 491
Received Thanks: 675
|
This will also work with stones (quote from callmax)
You have to edit this too but everyone should be able to do this.
|
|
|
07/15/2014, 17:31
|
#3
|
elite*gold: 0
Join Date: Nov 2013
Posts: 72
Received Thanks: 116
|
yes on
PHP Code:
case ITEM_METIN:
there you must edit it too.
|
|
|
07/15/2014, 19:11
|
#4
|
elite*gold: 0
Join Date: Jul 2014
Posts: 305
Received Thanks: 95
|
Nice jetzt kann man diese Bonis nicht mehr buggen 
Und in der 32 - 33 Sek hast du eine Nachricht auf Facebook bekommen hahah
|
|
|
07/19/2014, 04:58
|
#5
|
elite*gold: 0
Join Date: Nov 2013
Posts: 28
Received Thanks: 52
|
Quote:
Originally Posted by .Err0xR`
Nice jetzt kann man diese Bonis nicht mehr buggen 
Und in der 32 - 33 Sek hast du eine Nachricht auf Facebook bekommen hahah
|
It was really funny dude!
|
|
|
07/19/2014, 08:29
|
#6
|
elite*gold: 100
Join Date: Jun 2009
Posts: 168
Received Thanks: 711
|
Put and removed antiwar stone+4 thrice. Now, (w/o fixing it) we'll have a player with 75% (25*3) against warriors even though the item has no stone.
`remove stones` scrolls (25100, 71109), 6-7 add/change bonuses (71051, 71052) et similia are all still vulnerable.
To make it simple:
You just need to replace ` if (item2->IsExchanging())` with ` if (item2->IsExchanging() || item2->IsEquipped())`.
Code:
char_item.cpp (12 hits)
### CHANGE THOSE ONES BELOW
Line 1953: if (item2->IsExchanging())
Line 3480: if (item2->IsExchanging() == true)
Line 3843: if (item2->IsExchanging() == true)
Line 3890: if (item2->IsExchanging() == true)
Line 4437: if (item2->IsExchanging())
Line 4493: if (item2->IsExchanging())
Line 4996: if (item2->IsExchanging())
### DO NOT CHANGE THOSE ONES BELOW
Line 5169: if (item->IsExchanging())
Line 5360: if (item->IsExchanging())
Line 5499: if (item->IsExchanging())
Line 6031: if (item->IsExchanging())
Line 6620: if (item && !item->IsExchanging())
|
|
|
09/05/2014, 23:44
|
#7
|
elite*gold: 0
Join Date: Jun 2013
Posts: 81
Received Thanks: 33
|
where i found /game/src/chat_item.cpp ??/
|
|
|
09/06/2014, 19:09
|
#8
|
elite*gold: 0
Join Date: Feb 2012
Posts: 95
Received Thanks: 29
|
Quote:
Originally Posted by giorgosrodos1
where i found /game/src/chat_item.cpp ??/
|
with the game src look at *********
|
|
|
09/06/2014, 23:52
|
#9
|
elite*gold: 0
Join Date: Jun 2013
Posts: 81
Received Thanks: 33
|
if i found 40k gamefile may is fixed?
|
|
|
11/08/2014, 15:40
|
#10
|
elite*gold: 0
Join Date: Mar 2013
Posts: 679
Received Thanks: 156
|
in my game2 folder is not a src folder how i find this?
|
|
|
11/08/2014, 15:48
|
#11
|
Trade Restricted
elite*gold: 0
Join Date: Jun 2013
Posts: 1,332
Received Thanks: 534
|
thx very nice !! <3
|
|
|
11/08/2014, 18:11
|
#12
|
elite*gold: 0
Join Date: Dec 2012
Posts: 97
Received Thanks: 7
|
Quote:
Originally Posted by lollo_9_1
Put and removed antiwar stone+4 thrice. Now, (w/o fixing it) we'll have a player with 75% (25*3) against warriors even though the item has no stone.
`remove stones` scrolls (25100, 71109), 6-7 add/change bonuses (71051, 71052) et similia are all still vulnerable.
To make it simple:
You just need to replace ` if (item2->IsExchanging())` with ` if (item2->IsExchanging() || item2->IsEquipped())`.
Code:
char_item.cpp (12 hits)
### CHANGE THOSE ONES BELOW
Line 1953: if (item2->IsExchanging())
Line 3480: if (item2->IsExchanging() == true)
Line 3843: if (item2->IsExchanging() == true)
Line 3890: if (item2->IsExchanging() == true)
Line 4437: if (item2->IsExchanging())
Line 4493: if (item2->IsExchanging())
Line 4996: if (item2->IsExchanging())
### DO NOT CHANGE THOSE ONES BELOW
Line 5169: if (item->IsExchanging())
Line 5360: if (item->IsExchanging())
Line 5499: if (item->IsExchanging())
Line 6031: if (item->IsExchanging())
Line 6620: if (item && !item->IsExchanging())
|
Is This Metin2Rage? You Can You The Vanilla 50k And It Will Be Fixed (I Think)
|
|
|
01/16/2015, 08:49
|
#13
|
elite*gold: 0
Join Date: Feb 2014
Posts: 4
Received Thanks: 2
|
Eyw Kardeşim.
|
|
|
01/26/2016, 12:01
|
#14
|
elite*gold: 0
Join Date: Feb 2009
Posts: 312
Received Thanks: 29
|
fixed!
THANKS!
|
|
|
 |
Similar Threads
|
[Selling] Defiance Digital Deluxe + Pre-Order Bonus + Arkhunter Bonus
04/27/2013 - Trading - 8 Replies
Huhu zusammen,
ich habe mir das Spiel gekauft, war auch ganz begeistert davon, jedoch gab es einige Komplikationen und somit bin ich kaum noch imstande am PC Games zu Spielen, gezahlt habe ich 60€ für das Spiel, würde mich also Freuen wenn ich in etwa einen gleichwertigen Preis für den Verkauf bekommen würde.
Wenn ihr Interesse habt, meldet euch, macht mir ein Angebot!
Payment nur Paypal!
Screens:
http://www.qpic.ws/images/screenkwk.png
|
[Help - Helfen]Modify/Remove horse bonus - Ändern / Entfernen Pferd Bonus
12/12/2012 - Metin2 Private Server - 0 Replies
Sorry for no perfect english skills.
Hello community, i needed to know how to modify or remove the bonus the horse gives us when we mount them, you see? Vit, Int, Str and Des, like in official metins... When we mount the horse we gain addicional status and they are removed when we unmount them. However, this won't happen if we mount the new mounts like the Lion, the Wolf the Tiger and the Boar! We gain the status and they don't go away when we unmount them! This bug could be used by the...
|
[Server] LC Revision
06/02/2012 - Last Chaos Private Server - 33 Replies
Hey all I want to show u a nice Server : Last chaos Revision
I know Dateone presented this Server before, but there are some changes.
_________________________________________________ ________________
First;
I must admit, it's a Hamachi Server, because we dont have enough money for a Root Server. But we want a Root Server for u so u must help us with small donations.
- That´s the reason why everyone gets some Items from us
( for example : Pbi, Expb, or other stuff )
|
Free Items from Equipment Bonus Quests and Bonus Packs
01/31/2010 - Conquer Online 2 - 6 Replies
I know this might sound really stupid and I'm probably gonna get alot of people calling me a noob for asking this. But I was wondering about the (Free) equipment you get from the Equipment Bonus Quests and Bonus packs. Do they stay after you get reborn or do they disapear? I tried looking on the CO site but it isnt there and I checked this forum and couldnt find anything.
If anyone has gotten reborn with free items, it would be great to know because I would love to keep my necklace I got from...
|
Revision stones for 5,94k
07/29/2006 - Kal Online - 5 Replies
Hi !
Yesterday was problem with g40 weapons price, all tried to sell revisions or weaponsd for 50% normal shop price. Later was server maintenance and they rolled back server, and covered g40 weapons, but price was still 29,700 geons.
There was update to cover g40 weapons, but prices was server side
If u had 2 installed kalonlines, u could update one version and cop filelist to 2nd version, so u had g40 weapons for 29,7k and making revisons.
Sry for my english.
@Lowfyr: If home page of...
|
All times are GMT +1. The time now is 09:44.
|
|