Jump to content

reiperuzzo

Members
  • Posts

    15
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by reiperuzzo

  1. So did some one solve or can help?
  2. Have to go in your database and enter on realm -> tables -> realmlist. On realmlist u have to find a way in your data base manager to view data, i use MSQLyog so in this one i just click on view data and it will show the data for that realmlist. In there where you have adress u have to put your IP (if you will play with your friends in a lan, just put your machine ip, but if you whant to others from a network diferent from yours u have to put your external ip and to find your external ip go here: http://www.whatismyip.com/, paste your external ip there and enter in your router and configure two virtual server for this doors: 3724 and 8085.
  3. Ok. First u have to make a virtual server like u did for the 3306, for 3724 and 8085 too. Well it works for me. Wich program u use to manage your database? Cose i use the SQLyog Enterprise v7.1, and with this program you will navigate trow the data base. Enter the realmd, than tables, than realmlist. Click right butom on realmlist and VIEW DATA, the colum where u have adress u will set your external ip (to know your external ip go http://www.whatismyip.com/ and paste your ext ip. After that save and try to conect. That should work. If not i recomend you restart all, do from the first steps. EDIT: Sorry, did you told me that all works now? U can conect from other computers? So what do u whant to know now?
  4. So what do you whant to do, you whant to conect from the same computer or do u whant to set a server in one computer and play on the other. Cose if you whant to make the second you will need to open 2 doors or make a 2 virtual servers in your modem or router. All that depends on the way is configured your network. But i think the best way is to set a virtual server for realmd (port 8085) and for mangos (port 3724). In the realmd-> realmdlist-> you should put your external IP and not the lan IP. Thats why you have to make the virtual servers in your moden or router, so the incoming from your external IP will go right to you lan IP (server).
  5. Well did you put in the realmd -> realmdlist -> you external IP and not the lan IP and how is configured your conection with your moden and router? Who is the DHCP of your lan. Cose The best way is to leave your moden in bridge (if you have a DSL moden cose cable moden you dont need to do this) and set all your configs in the router and open the ports and make the virtuals servers on it. You can try to open and make others virtuals servers for the mangos and realmd, if i remenber well is 3724 for mangos and for the realmd 8085, cose the server you made (3306) is for enter in your DataBase from other computer out of your lan.
  6. Sorry...i didint...i still ger erros in the SpellAuras.cpp and MovementHandler.cpp, maybe i didnt express my erros very well. So before i started working on this i was getting 3 major erros when compiling, but now when i try i get just one and this one is in the two files. SpellAuras.cpp and MovementHandler.cpp. But i was looking in the code and i was thinking that in the SpellAuras.cpp file when shows m_target variable we should put just target in the place, cose this anti_cheat is for the olders versions of mangos and they used m_target and know in the new version they use targe. Well just an idea.
  7. This the only problems that i have...solving this ones...i think the anti cheat will work...cose now i get just 1 error when trying to compile.
  8. ..\\..\\src\\game\\MovementHandler.cpp(171) : error C2664: 'World::BanAccount' : cannot convert parameter 3 from 'std::string' to 'uint32' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\\..\\src\\game\\MovementHandler.cpp(175) : error C2065: 'loginDatabase' : undeclared identifier ..\\..\\src\\game\\MovementHandler.cpp(175) : error C2228: left of '.PQuery' must have class/struct/union type is ''unknown-type'' ..\\..\\src\\game\\MovementHandler.cpp(183) : error C2664: 'World::BanAccount' : cannot convert parameter 3 from 'std::string' to 'uint32' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  9. ..\\..\\src\\game\\SpellAuras.cpp(4282) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(4282) : error C2227: left of '->SetCanFly' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(4288) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(4288) : error C2227: left of '->SetCanFly' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(4291) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(4291) : error C2227: left of '->GetPackGUID' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7311) : error C2047: illegal default ..\\..\\src\\game\\SpellAuras.cpp(7316) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ..\\..\\src\\game\\SpellAuras.cpp(7318) : error C2059: syntax error : 'if' ..\\..\\src\\game\\SpellAuras.cpp(7319) : error C2143: syntax error : missing ';' before '{' ..\\..\\src\\game\\SpellAuras.cpp(7319) : error C2447: '{' : missing function header (old-style formal list?) ..\\..\\src\\game\\SpellAuras.cpp(7329) : error C2059: syntax error : 'else' ..\\..\\src\\game\\SpellAuras.cpp(7330) : error C2143: syntax error : missing ';' before '{' ..\\..\\src\\game\\SpellAuras.cpp(7330) : error C2447: '{' : missing function header (old-style formal list?) ..\\..\\src\\game\\SpellAuras.cpp(7341) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ..\\..\\src\\game\\SpellAuras.cpp(7341) : error C2374: 'SetInUse' : redefinition; multiple initialization ..\\..\\src\\game\\SpellAuras.cpp(7316) : see declaration of 'SetInUse' ..\\..\\src\\game\\SpellAuras.cpp(7342) : error C2059: syntax error : '}' ..\\..\\src\\game\\SpellAuras.cpp(7342) : error C2143: syntax error : missing ';' before '}' ..\\..\\src\\game\\SpellAuras.cpp(7342) : error C2059: syntax error : '}' ..\\..\\src\\game\\SpellAuras.cpp(7345) : error C2143: syntax error : missing ';' before '{' ..\\..\\src\\game\\SpellAuras.cpp(7345) : error C2447: '{' : missing function header (old-style formal list?) ..\\..\\src\\game\\SpellAuras.cpp(7355) : error C2084: function 'void Aura::HandleAuraUntrackable(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(242) : see previous definition of 'HandleAuraUntrackable' ..\\..\\src\\game\\SpellAuras.cpp(7357) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7357) : error C2227: left of '->SetByteFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7359) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7359) : error C2227: left of '->RemoveByteFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7363) : error C2084: function 'void Aura::HandleAuraModPacify(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(325) : see previous definition of 'HandleAuraModPacify' ..\\..\\src\\game\\SpellAuras.cpp(7364) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7364) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7368) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7368) : error C2227: left of '->SetFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7370) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7370) : error C2227: left of '->RemoveFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7374) : error C2084: function 'void Aura::HandleAuraModPacifyAndSilence(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(348) : see previous definition of 'HandleAuraModPacifyAndSilence' ..\\..\\src\\game\\SpellAuras.cpp(7375) : error C2264: 'Aura::HandleAuraModPacify' : error in function definition or declaration; function not called ..\\..\\src\\game\\SpellAuras.cpp(7380) : error C2084: function 'void Aura::HandleAuraGhost(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(326) : see previous definition of 'HandleAuraGhost' ..\\..\\src\\game\\SpellAuras.cpp(7381) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7381) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7386) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7386) : error C2227: left of '->SetFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7390) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7390) : error C2227: left of '->RemoveFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7395) : error C2084: function 'void Aura::HandleAuraAllowFlight(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(327) : see previous definition of 'HandleAuraAllowFlight' ..\\..\\src\\game\\SpellAuras.cpp(7404) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7404) : error C2227: left of '->SetCanFly' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7410) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7410) : error C2227: left of '->SetCanFly' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7412) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7412) : error C2227: left of '->GetPackGUID' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7414) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7414) : error C2227: left of '->SendMessageToSet' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7418) : error C2084: function 'void Aura::HandleModRating(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(328) : see previous definition of 'HandleModRating' ..\\..\\src\\game\\SpellAuras.cpp(7423) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7423) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7428) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7428) : error C2227: left of '->ApplyRatingMod' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7432) : error C2084: function 'void Aura::HandleModRatingFromStat(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(329) : see previous definition of 'HandleModRatingFromStat' ..\\..\\src\\game\\SpellAuras.cpp(7437) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7437) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7442) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7442) : error C2227: left of '->ApplyRatingMod' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7446) : error C2084: function 'void Aura::HandleForceMoveForward(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(351) : see previous definition of 'HandleForceMoveForward' ..\\..\\src\\game\\SpellAuras.cpp(7447) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7447) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7450) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7450) : error C2227: left of '->SetFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7452) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7452) : error C2227: left of '->RemoveFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7456) : error C2084: function 'void Aura::HandleAuraModExpertise(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(350) : see previous definition of 'HandleAuraModExpertise' ..\\..\\src\\game\\SpellAuras.cpp(7457) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7457) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7460) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7460) : error C2227: left of '->UpdateExpertise' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7461) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7461) : error C2227: left of '->UpdateExpertise' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7465) : error C2084: function 'void Aura::HandleModTargetResistance(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(330) : see previous definition of 'HandleModTargetResistance' ..\\..\\src\\game\\SpellAuras.cpp(7472) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7472) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7473) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7473) : error C2227: left of '->ApplyModInt32Value' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7476) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7476) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7477) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7477) : error C2227: left of '->ApplyModInt32Value' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7481) : error C2084: function 'void Aura::HandleShieldBlockValue(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(339) : see previous definition of 'HandleShieldBlockValue' ..\\..\\src\\game\\SpellAuras.cpp(7486) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7486) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7487) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7487) : error C2227: left of '->HandleBaseModValue' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7491) : error C2084: function 'void Aura::HandleAuraRetainComboPoints(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(341) : see previous definition of 'HandleAuraRetainComboPoints' ..\\..\\src\\game\\SpellAuras.cpp(7496) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7496) : error C2227: left of '->GetTypeId' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7499) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7504) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7509) : error C2084: function 'void Aura::HandleModUnattackable(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(324) : see previous definition of 'HandleModUnattackable' ..\\..\\src\\game\\SpellAuras.cpp(7512) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7512) : error C2227: left of '->CombatStop' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7513) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7513) : error C2227: left of '->RemoveAurasWithInterruptFlags' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7515) : error C2065: 'm_target' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7515) : error C2227: left of '->ApplyModFlag' must point to class/struct/union/generic type type is ''unknown-type'' ..\\..\\src\\game\\SpellAuras.cpp(7519) : error C2084: function 'void Aura::HandleSpiritOfRedemption(bool,bool)' already has a body c:\\users\\reinaldo\\desktop\\mangos\\mangos\\src\\game\\SpellAuras.h(336) : see previous definition of 'HandleSpiritOfRedemption' ..\\..\\src\\game\\SpellAuras.cpp(7529) : error C2065: 'spell' : undeclared identifier ..\\..\\src\\game\\SpellAuras.cpp(7529) : fatal error C1003: error count exceeds 100; stopping compilation
  10. Well, it gets erros in just two files. Level3 and SperAuras. I will look for the erros and link to you. But i think one for the level3 file i did make it work...but i cant get past the erros in SpellAuras file. So how do u prefere i link the modds in the 2 files or just the erros that appear when compiling?
  11. Man...i couldnt solve the problems...could you have a look and just point what is wrong in the code. Thanks
  12. Thanks, i will try and see what i can do.
  13. thanks, but how do i get it. When i try with git i just get his mangos version. Can u give the command in git to get just the anticheat.
  14. Hi. I found this patch. But i cant make it work with mangos 3.3.5. If some one can help me make a working patch from this, i will appreciate. Code: http://pastebin.ca/1495560
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use