forgot some things..

Newbie Spellweaver
Joined
Jan 27, 2007
Messages
84
Reaction score
0
Hello first of i all i searched the forums but couldnt find any info

since its long time i made a server

but i got new connection now

i'm planning to make a funserver anyway

1. wich poorts have to be open to players let connect / and wich poort have to be open for the own website

2. how to disable honor in TBC for pvp items ?

3.how to disbale rep in tbc ?

further questions coming if you dont mind:P

Sorry for my english <3

thanks in advance
 
A1: Webserver's defaultly run on port 80, you need 3724 (Realm Server) and 8085 (World Server)
A2: Not sure
A3: Not sure
 
lol.. theres a lot of info about this..

2. look in the sqlyog .. theres tables that says the honor and the rep too..
Just look and put 0 in there
3. same
 
update item_template set requiredhonorrank = 0;
update item_template set requiredcityrank = 0;
update item_template set requiredreputationfaction = 0;
update item_template set requiredreputationrank = 0;

make a new sql query in your mangos table, insert this and start. maybe your columns have different names, just look and edit my query. it should delete honor, city rank, faction reputation etc. requirements
 
i am using amber repack for fast test :P

but now got 1 little problem when i start the mangos it doens show up the site with my database etc. in it

and i forgot the name what to type in the explorer someting with 127.0.0.1/a ??
 
Back