Jump to content
TrinityCore

Daniel25

Members
  • Posts

    123
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Daniel25

  1. Hello, Im trying to recompile it now but I guess its a issue in the core.

    Error	1	error C2903: 'result' : symbol is neither a class template nor a function template (C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp)	C:\local\boost_1_55_0\boost\utility\result_of.hpp	186	1	game
    Error	2	error C2039: 'result' : is not a member of 'TaxiPathGraph::GetCompleteNodeRoute::<lambda_1a595afb5d7a140e81519f471c226ce7>' (C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp)	C:\local\boost_1_55_0\boost\utility\result_of.hpp	186	1	game
    Error	3	error C2504: 'result' : base class undefined (C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp)	C:\local\boost_1_55_0\boost\utility\result_of.hpp	186	1	game
    Error	4	error C2143: syntax error : missing ',' before '<' (C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp)	C:\local\boost_1_55_0\boost\utility\result_of.hpp	186	1	game
    Error	5	error C2783: 'boost::transform_value_property_map<Func,PM,Ret> boost::make_transform_value_property_map(const Func &,const PM &)' : could not deduce template argument for 'Ret'	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	6	error C2893: Failed to specialize function template 'boost::transform_value_property_map<Func,PM,boost::result_of<const Func(property_traits<PA>::reference)>::type> boost::make_transform_value_property_map(const Func &,const PM &)'	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	7	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits<G>::vertex_descriptor,const boost::bgl_named_params<T,Tag,Base> &)' : expects 3 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	8	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits<G>::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor)' : expects 11 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	9	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor)' : expects 12 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	10	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits<G>::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,ColorMap)' : expects 12 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	11	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,ColorMap)' : expects 13 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	12	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits<G>::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,const boost::bgl_named_params<T,Tag,Base> &,enable_if_c<(boost::is_base_and_derived<boost::vertex_list_graph_tag,boost::graph_traits<G>::traversal_category>::value,boost::graph::detail::no_parameter>::type)' : expects 13 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	13	error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,const boost::bgl_named_params<T,Tag,Base> &,enable_if_c<(boost::is_base_and_derived<boost::vertex_list_graph_tag,boost::graph_traits<G>::traversal_category>::value,boost::graph::detail::no_parameter>::type)' : expects 14 arguments - 2 provided	C:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	150	1	game
    Error	14	error LNK1181: cannot open input file '..\game\Release\game.lib'	C:\TrinityBuild_6.1.2\src\server\worldserver\LINK	worldserver
    	15	IntelliSense: no instance of overloaded function "boost::dijkstra_shortest_paths" matches the argument list
                argument types are: (TaxiPathGraph::Graph, TaxiPathGraph::vertex_descriptor, <error-type>)	c:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	146	9	game
    	16	IntelliSense: no instance of overloaded function "boost::make_transform_value_property_map" matches the argument list
                argument types are: (unqualified_type, boost::adj_list_edge_property_map<boost::directed_tag, TaxiPathGraph::EdgeCost, TaxiPathGraph::EdgeCost &, size_t, boost::property<boost::edge_weight_t, TaxiPathGraph::EdgeCost, boost::no_property>, boost::edge_weight_t>)	c:\TrinitySource_6.1.2.1\src\server\game\Entities\Taxi\TaxiPathGraph.cpp	148	25	game
    

     

  2. Im wondering what way phase system works now. Could someone explain me it and does he/she  a example to change the player phase to 2 so player can see creatures which have phase 2?

    Example:

    -- Elder Voidcallers 88712
    DELETE FROM `creature` WHERE `id`=88712;
    INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
    (@CGUID+1, 88712, 1116, 3, 169, 1113.039, -1864.503, 20.21025, 5.479156, 7200, 0, 0), -- 88712 (Area: 7216)
    (@CGUID+2, 88712, 1116, 3, 170, 1003.632, -1676.785, -2.709729, 4.07754, 7200, 0, 0); -- 88712 (Area: 7216)
    
    -- Elder Voidcallers SAI
    UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=88712; -- Elder Voidcallers
    DELETE FROM `smart_scripts` WHERE `entryorguid`=88712;
    INSERT INTO `smart_scripts`(`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,
    `event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,
    `action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,
    `target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
    (88712,0,0,0,5,0,100,0,0,0,0,88712,22,2,0,0,0,0,0,1,0,0,0,0,0,0,0,'Elder Voidcallers - On Kill Elder Voidcallers - SMART_ACTION_SET_EVENT_PHASE 2 - Phase 2');

     

    In this example, I set player phase to 2 when the player kill the creature with guid=@CGUID+1 which is in phase1= phaseid 169, so the player can see creature with guid=@CGUID+2 because this criature is in phase2=phaseid 170. Is it right?

    Thanks in advance.

  3. Ok thanks. And speaking about Sniffer/parsser. Im using the last sniffer 6.2.2. and the last parsser of TC. Why I get this result?

    # TrinityCore - WowPacketParser
    # File name: 20444_2015-09-04_00-55-40_01352CD0.pkt
    # Detected build: 20444
    # Detected locale: frFR
    # Parsing date: 09/04/2015 07:55:16

    INSERT IGNORE INTO `SniffData` (`Build`, `SniffName`, `ObjectType`, `Id`, `Data`) VALUES
    (20444, '20444_2015-09-04_00-55-40_01352CD0.pkt', 'Opcode', 4478, 'NotParsed'),
    (20444, '20444_2015-09-04_00-55-40_01352CD0.pkt', 'Opcode', 4249, 'NotParsed'),

    What I'm missing there?

  4. Hello I have updated my 6.0.x core to commit 40b6736f69403b5fabee5ef39fa114aa9b301136 , 10 days ago (Its isnt in 6.1 still).

     

    I donwloaded this sunday (1/03)  Spellwork_CS 6.x and i have configured the app.config and the spellwork.config, :

     

    Host= localhost

    port= 3306

    user= root

    pass= mypass

    worldbname= world2

    userdbname= auth2

    I have opened mysql.exe

     

    But spellwork only shows info about dbc files, database isnt connected. What Im doing wrong?

     

  5. Thanks, just had to upgrade vs the update 4

    What u mean? I have the same problem that u had. I tryed what nay said but it didnt work.

    Error	1	error C2536: 'Quest::Quest::DetailsEmote' : cannot specify explicit initializer for arrays	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	427	1	game
    Error	2	error C1903: unable to recover from previous error(s); stopping compilation	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	428	1	game
    Error	3	error C2536: 'Quest::Quest::DetailsEmote' : cannot specify explicit initializer for arrays	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	427	1	scripts
    Error	4	error C1903: unable to recover from previous error(s); stopping compilation	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	428	1	scripts
    Error	5	error C2536: 'Quest::Quest::DetailsEmote' : cannot specify explicit initializer for arrays (C:TrinitySource_6.0.3.1srcserverworldserverCommandLineCliRunnable.cpp)	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	427	1	worldserver
    Error	6	error C1903: unable to recover from previous error(s); stopping compilation (C:TrinitySource_6.0.3.1srcserverworldserverCommandLineCliRunnable.cpp)	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	428	1	worldserver
    Error	7	error C2536: 'Quest::Quest::DetailsEmote' : cannot specify explicit initializer for arrays (C:TrinitySource_6.0.3.1srcserverworldserverMain.cpp)	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	427	1	worldserver
    Error	8	error C1903: unable to recover from previous error(s); stopping compilation (C:TrinitySource_6.0.3.1srcserverworldserverMain.cpp)	C:TrinitySource_6.0.3.1srcservergameQuestsQuestDef.h	428	1	worldserver
    	9	IntelliSense: identifier "WSA13" is undefined	c:localboost_1_55_0boostasioerror.hpp	70	19	game
    	10	IntelliSense: identifier "WSA102" is undefined	c:localboost_1_55_0boostasioerror.hpp	73	34	game
    	11	IntelliSense: identifier "WSA100" is undefined	c:localboost_1_55_0boostasioerror.hpp	76	20	game
    	12	IntelliSense: identifier "WSA113" is undefined	c:localboost_1_55_0boostasioerror.hpp	79	23	game
    	13	IntelliSense: identifier "WSA103" is undefined	c:localboost_1_55_0boostasioerror.hpp	82	21	game
    	14	IntelliSense: identifier "WSA106" is undefined	c:localboost_1_55_0boostasioerror.hpp	90	24	game
    	15	IntelliSense: identifier "WSA107" is undefined	c:localboost_1_55_0boostasioerror.hpp	93	24	game
    	16	IntelliSense: identifier "WSA108" is undefined	c:localboost_1_55_0boostasioerror.hpp	96	22	game
    	17	IntelliSense: identifier "WSA9" is undefined	c:localboost_1_55_0boostasioerror.hpp	99	20	game
    	18	IntelliSense: identifier "WSA14" is undefined	c:localboost_1_55_0boostasioerror.hpp	102	11	game
    	19	IntelliSense: identifier "WSA110" is undefined	c:localboost_1_55_0boostasioerror.hpp	105	22	game
    	20	IntelliSense: identifier "WSA112" is undefined	c:localboost_1_55_0boostasioerror.hpp	108	17	game
    	21	IntelliSense: identifier "WSA4" is undefined	c:localboost_1_55_0boostasioerror.hpp	111	17	game
    	22	IntelliSense: identifier "WSA22" is undefined	c:localboost_1_55_0boostasioerror.hpp	114	22	game
    	23	IntelliSense: identifier "WSA115" is undefined	c:localboost_1_55_0boostasioerror.hpp	117	18	game
    	24	IntelliSense: identifier "WSA38" is undefined	c:localboost_1_55_0boostasioerror.hpp	120	19	game
    	25	IntelliSense: identifier "WSA116" is undefined	c:localboost_1_55_0boostasioerror.hpp	123	18	game
    	26	IntelliSense: identifier "WSA117" is undefined	c:localboost_1_55_0boostasioerror.hpp	126	19	game
    	27	IntelliSense: identifier "WSA118" is undefined	c:localboost_1_55_0boostasioerror.hpp	129	25	game
    	28	IntelliSense: identifier "WSA24" is undefined	c:localboost_1_55_0boostasioerror.hpp	132	20	game
    	29	IntelliSense: identifier "WSA119" is undefined	c:localboost_1_55_0boostasioerror.hpp	135	21	game
    	30	IntelliSense: identifier "WSA123" is undefined	c:localboost_1_55_0boostasioerror.hpp	148	24	game
    	31	IntelliSense: identifier "WSA126" is undefined	c:localboost_1_55_0boostasioerror.hpp	151	19	game
    	32	IntelliSense: identifier "WSA128" is undefined	c:localboost_1_55_0boostasioerror.hpp	154	16	game
    	33	IntelliSense: identifier "WSA130" is undefined	c:localboost_1_55_0boostasioerror.hpp	162	29	game
    	34	IntelliSense: identifier "WSA138" is undefined	c:localboost_1_55_0boostasioerror.hpp	168	15	game
    	35	IntelliSense: identifier "WSA140" is undefined	c:localboost_1_55_0boostasioerror.hpp	176	17	game
    	36	IntelliSense: identifier "WSA11001L" is undefined	c:localboost_1_55_0boostasioerror.hpp	182	20	game
    	37	IntelliSense: identifier "WSA11002L" is undefined	c:localboost_1_55_0boostasioerror.hpp	185	30	game
    	38	IntelliSense: identifier "WSA11004L" is undefined	c:localboost_1_55_0boostasioerror.hpp	188	13	game
    	39	IntelliSense: identifier "WSA11003L" is undefined	c:localboost_1_55_0boostasioerror.hpp	191	17	game
    
    
×
×
  • Create New...