scipts errors c++ mangos help menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the code I posted, it says
    Code:
    Battleground::AddObject(
    change that to
    Code:
    BattleGround::AddObject(
    and see if that does anything

    scipts errors c++ mangos help
  2. #17
    kallefleetwood123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not much changed, i wounder where can i get mangos scripting codes? i guess Trinitycore isn't the same.

    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(162): error C3867: 'BattleGround::SpawnBGObject': function call missing argument list; use '&BattleGround::SpawnBGObject' to create a pointer to member
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(432): error C2276: '!' : illegal operation on bound member function expression
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(433): error C2059: syntax error : ')'
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(433): error C2660: 'BattleGroundAB::AddObject' : function does not take 11 arguments
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(434): error C2059: syntax error : ')'
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(434): error C2276: '!' : illegal operation on bound member function expression
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(434): error C2146: syntax error : missing ';' before identifier 'BG_AB_OBJECT_SPEEDBUFF_STABLES'
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(434): error C2059: syntax error : ')'
    11>..\..\src\game\BattleGround\BattleGroundAB.cpp(436): error C2143: syntax error : missing ';' before 'MaNGOS::Singleton<T>::Instance'
    11> with
    11> [
    11> T=Log
    11> ]
    11> BattleGroundEY.cpp
    11> BattleGroundHandler.cpp
    11> BattleGroundMgr.cpp
    11> BattleGroundNA.cpp
    11>..\..\src\game\BattleGround\BattleGround.cpp(1656): error C2065: 'BgObjects' : undeclared identifier
    11>..\..\src\game\BattleGround\BattleGround.cpp(1656): error C2228: left of '.size' must have class/struct/union
    11> type is ''unknown-type''
    11>..\..\src\game\BattleGround\BattleGround.cpp(1656): error C3861: 'ASSERT': identifier not found
    11>..\..\src\game\BattleGround\BattleGround.cpp(165: error C3861: 'FindBgMap': identifier not found
    11>..\..\src\game\BattleGround\BattleGround.cpp(1665): error C2819: type 'ObjectMgr' does not have an overloaded member 'operator ->'
    11> C:\Users\Fleetwood\Desktop\server\src\game\ObjectMgr.h(451) : see declaration of 'ObjectMgr'
    11> did you intend to use '.' instead?
    11>..\..\src\game\BattleGround\BattleGround.cpp(1665): error C2039: 'GenerateLowGuid' : is not a member of 'ObjectMgr'
    11> C:\Users\Fleetwood\Desktop\server\src\game\ObjectMgr.h(451) : see declaration of 'ObjectMgr'
    11>..\..\src\game\BattleGround\BattleGround.cpp(1666): error C2065: 'PHASEMASK_NORMAL' : undeclared identifier
    11>..\..\src\game\BattleGround\BattleGround.cpp(1669): error C2065: 'm_InstanceID' : undeclared identifier
    11>..\..\src\game\BattleGround\BattleGround.cpp(166: error C3861: 'TC_LOG_ERROR': identifier not found
    11>..\..\src\game\BattleGround\BattleGround.cpp(1671): error C2065: 'm_InstanceID' : undeclared identifier
    11>..\..\src\game\BattleGround\BattleGround.cpp(1670): error C3861: 'TC_LOG_ERROR': identifier not found
    11>..\..\src\game\BattleGround\BattleGround.cpp(1677): error C2039: 'AddToMap' : is not a member of 'Map'
    11> c:\users\fleetwood\desktop\server\src\game\Map.h(9 : see declaration of 'Map'
    11>..\..\src\game\BattleGround\BattleGround.cpp(1682): error C2065: 'BgObjects' : undeclared identifier
    11>..\..\src\game\BattleGround\BattleGround.cpp(1682): error C2039: 'GetGUID' : is not a member of 'GameObject'
    11> c:\users\fleetwood\desktop\server\src\game\GameObject.h(566) : see declaration of 'GameObject'

  3. #18
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unfortunately none of the newer Mangos versions seem to include this feature...
    Here's mangos for Mists of Pandaria:
    https://github.com/mangosfour/
    And here's mangos for Burning Crusade
    https://github.com/mangosone/

    Let me do some research.

  4. #19
    kallefleetwood123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have the burning crusade, and i have looked on some forums and google it for codes and how to script but it is mostly for trinitycore :/

  5. #20
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can probably directly invoke the GameObject.Create method in this class: https://github.com/mangosone/server/...e/GameObject.h

    I gotta be honest with you tho, I'm not a MaNGOS dev, I do C++, yes, but I usually don't work with MaNGOS, so there are people here that might be more helpful than me, but I'm trying my best.

  6. #21
    kallefleetwood123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im verry happy that you helped me, have linked this in mangos forum to and but it is no one who answear so im just happy that you have helped me this far and yes if you still wanna try we can do that, or i can try to find somone els

  7. #22
    kallefleetwood123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have solved the problem i took the original scripts and downloaded another database with pool system and then it worked but thanks for your help and support And i have an another problem with my mangoszero. If you wanna help me with that if you got time ofc. when a player or a npc casting a spell it works perfectly but if you interrupt the spell player/npc the spell is still glowing in their hands like if they are still casting. It stops when they die or cast another spell that dont get interrupted.

    //Kalle

  8. #23
    jackchenlong's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    character which already got the acm.








    ___________________
    Buy Aion Gold
    Last edited by jackchenlong; 01-13-2014 at 05:06 AM.

  9. #24
    csluyuan's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thansks for looking into it d3rrial




    __________________

Page 2 of 2 FirstFirst 12

Similar Threads

  1. ArcEmu Help Error And Mangos Error
    By InvaderGir in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 03-30-2009, 08:19 AM
  2. Ascent/LogOnServer/MySQL - Error message - Need help!
    By Habakka in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-21-2008, 12:56 PM
  3. MaNGOS Help
    By freeza888 in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 12-29-2007, 03:01 PM
  4. AC-WEB error, cant launch -HELP-
    By Ryanmax59 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-05-2007, 10:32 PM
  5. Mangos Help
    By hoboonaparkbench in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-01-2007, 04:32 AM
All times are GMT -5. The time now is 07:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search