PDA

Просмотр полной версии : [HELP] Arena Team Charter


DarkTerror
01.12.2010, 22:18
Hi guys

I need some help for change arena team charter price.
I dont know if i need modify the core or the db but if it db can told me the table?
Ej: http://www.wowhead.com/item=23560 price is 80gold but i like change for example to 500g

Thx all!!

YuruY
02.12.2010, 09:32
???
UPDATE `item_template` SET `BuyPrice` = 5000000 WHERE `entry` = 23560;

DarkTerror
02.12.2010, 17:51
Sorry, but it is not true :(

Another idea?

NeatElves
02.12.2010, 18:24
PetitionsHandler.cpp
// Charters ID in item_template
#define GUILD_CHARTER 5863
#define GUILD_CHARTER_COST 1000 // 10 S
#define ARENA_TEAM_CHARTER_2v2 23560
#define ARENA_TEAM_CHARTER_2v2_COST 800000 // 80 G
#define ARENA_TEAM_CHARTER_3v3 23561
#define ARENA_TEAM_CHARTER_3v3_COST 1200000 // 120 G
#define ARENA_TEAM_CHARTER_5v5 23562
#define ARENA_TEAM_CHARTER_5v5_COST 2000000 // 200 G