|
You last visited: Today at 17:50
Advertisement
[C++]Block Item's In Maps
Discussion on [C++]Block Item's In Maps within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
12/22/2014, 21:44
|
#1
|
elite*gold: 30
Join Date: Mar 2012
Posts: 517
Received Thanks: 339
|
[C++]Block Item's In Maps
Hallo
This Is For Block Item's In Map :
Beeter Then Quest :
char_item.cpp
Serch :
PHP Code:
static bool IS_SUMMON_ITEM(int vnum)
after it add :
PHP Code:
static bool IS_ENABLE_ITEM(int vnum) { switch (vnum) { case 39011: case 39012: case 39013: return true; }
return false; }
39011,39012,39013 Item's Want To Block It
Serch :
PHP Code:
bool IS_BOTARYABLE_ZONE(int nMapIndex)
Befor IT Add
PHP Code:
bool IS_ENABLE_ITEM_ZONE(int map_index) { switch (map_index) { case 29: case 30: case 31: return false; }
return true; }
29,30,31 Maps Index
Serch :
PHP Code:
//PREVENT_TRADE_WINDOW
Befor It Add :
PHP Code:
if (IS_ENABLE_ITEM(item->GetVnum())) { if (false == IS_ENABLE_ITEM_ZONE(GetMapIndex())) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("»ç؟ëاز¼ِ ¾ّ½ہ´د´ظ.")); return false; } }
Note : This System By MrLibya , For , Ida
|
|
|
12/22/2014, 21:57
|
#2
|
elite*gold: 103
Join Date: Aug 2014
Posts: 1,425
Received Thanks: 315
|
WTF THATS F*CK AWESOME!!!
Thank you
|
|
|
12/22/2014, 22:26
|
#3
|
elite*gold: 0
Join Date: Jan 2014
Posts: 1,583
Received Thanks: 2,398
|
Looks nice thanks for release
- Hausmeister Hardy
|
|
|
12/22/2014, 22:30
|
#4
|
elite*gold: 30
Join Date: Mar 2012
Posts: 517
Received Thanks: 339
|
#Edited
|
|
|
12/22/2014, 22:33
|
#5
|
elite*gold: 0
Join Date: Jun 2014
Posts: 1,046
Received Thanks: 956
|
Oh nice thanks
|
|
|
12/22/2014, 22:39
|
#6
|
elite*gold: 0
Join Date: Jun 2014
Posts: 223
Received Thanks: 43
|
Already Puplic on metin2 dev
|
|
|
12/22/2014, 22:49
|
#7
|
elite*gold: 30
Join Date: Mar 2012
Posts: 517
Received Thanks: 339
|
Quote:
Originally Posted by Prof.MindFreak
Already Puplic on metin2 dev
|
By Me Nooob
|
|
|
12/23/2014, 08:32
|
#8
|
elite*gold: 5
Join Date: Oct 2012
Posts: 290
Received Thanks: 357
|
Oh nice release as always . I think Iam gonna use this
Thanks ^_^
|
|
|
12/23/2014, 14:07
|
#9
|
elite*gold: 0
Join Date: Feb 2014
Posts: 478
Received Thanks: 564
|
nice release thanks
|
|
|
12/24/2014, 10:05
|
#10
|
elite*gold: 0
Join Date: Dec 2012
Posts: 9,396
Received Thanks: 2,738
|
Sehr Sehr Geil Thanks.
|
|
|
12/25/2014, 01:52
|
#11
|
elite*gold: 0
Join Date: Oct 2013
Posts: 81
Received Thanks: 27
|
Vielen Dank.
Und ein Frohes Fest dir auch
__________________
|
|
|
01/08/2015, 19:59
|
#12
|
elite*gold: 0
Join Date: May 2013
Posts: 17
Received Thanks: 4
|
Where i can put this code in order to work?
|
|
|
01/09/2015, 10:12
|
#13
|
elite*gold: 0
Join Date: May 2013
Posts: 353
Received Thanks: 621
|
Why you did not block the items in the item using serverside?
PHP Code:
case ITEM_VNUM_X_Y: if (mapindex == xy) ChatPacket(CHAT_TYPE_INFO, "Cant use this **** here"); return;
for ex.
|
|
|
01/09/2015, 16:11
|
#14
|
elite*gold: 0
Join Date: Jan 2015
Posts: 10
Received Thanks: 3
|
Am i wrong or aren't you able different items for different maps?
Every listed item is blocked on every listed map...
|
|
|
 |
Similar Threads
|
[HELP]How to block item theft with group method
06/26/2013 - Metin2 Private Server - 1 Replies
Hello Members
How to block item theft with group method?
knowledge is the owner can reach you??
|
Verkaufe / Sell BiS Sturmschild / Stormshield 31 % Block - Best Item
06/16/2012 - Diablo 3 Trading - 4 Replies
Verkaufe folgendes Item:
Stormshield / Sturmschild
http://s7.directupload.net/images/120614/24ny3np3 .jpg
Um euch mal eine Preisecke zu nennen:
Diablo 3: Legendärer Sturmschild wechselt für 450 ? den Besitzer | Diablo 3
|
Item und block hack????
05/16/2012 - S4 League - 4 Replies
Halo ich suche für S4 ein Item und block hack, kann mir da jemand was empfehlen????
Thx im Voraus!!!
M12
|
Item Pick up block bot?
02/09/2012 - Metin2 - 2 Replies
Hey liebe Community,
ich wollte mal wissen ob es einen Bot gibt der das aufheben bestimmter Items blockiert (wie bei EMt2), da ich selbst einen Pick up Bot nutze und nicht all das Zeug, dass ich droppe auch brauche.
Danke im voraus.
M.f.G. DubstepFr3ak :*
|
[Question] Block item
03/11/2010 - CO2 Private Server - 1 Replies
i fixed that
#request close
|
All times are GMT +1. The time now is 17:50.
|
|