Informatikai Barkács Fórum

WORLD OF WARCRAFT SZERVER => Script => A témát indította: rugabi94 Dátum 2010 augusztus 30, 06:55:31 DÉLUTÁN

Cím: ICC probléma
Írta: rugabi94 Dátum 2010 augusztus 30, 06:55:31 DÉLUTÁN
Hellosztok az a gondom hogy beleforgatnám az emuba ICC scriptjét és elég sok hibát észlel miközben ahonnnan tölöttem ott irják hogy jó bolvor félét töltöttem és az a gondom hogy ugye az include az bossoknál scriptPHC és a systemben pedig scriptEDPHC-van és ezt hogylehetne megoldani hogy jó legyen meiket kell átírni? vagy ha valaki tud esetleg egy linket adjon már ami megy is nem csak a trasporterre
Cím: Re:ICC probléma
Írta: DoomKiller Dátum 2010 augusztus 30, 07:11:04 DÉLUTÁN
Várj, várj, várj.. mindjárt kitalálom a hibákat, várj még 5 perc és megvannak.
Cím: Re:ICC probléma
Írta: Devis Dátum 2010 augusztus 30, 07:13:21 DÉLUTÁN
Idézetet írta: DoomKiller Dátum 2010 augusztus 30, 07:11:04 DÉLUTÁN
Várj, várj, várj.. mindjárt kitalálom a hibákat, várj még 5 perc és megvannak.
XDD

rugabi kicsit pontosíthadnád a problémákat mert igy igazából senki nem tud majd segíteni
Cím: Re:ICC probléma
Írta: rugabi94 Dátum 2010 augusztus 30, 07:20:35 DÉLUTÁN
érthetően próbálom irni
.\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(77) : error C2504: 'CreatureScript' : base class undefined
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(95) : error C2143: syntax error : missing ';' before '*'
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(95) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(95) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(79) : error C2614: 'boss_lady_deathwhisper' : illegal member initialization: 'CreatureScript' is not a base or member
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(92) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(92) : error C2039: 'GetInstanceScript' : is not a member of 'Creature'
8>        c:\users\asztali gép\desktop\trin\src\game\Creature.h(396) : see declaration of 'Creature'
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(143) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(144) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(144) : error C2227: left of '->SetData' must point to class/struct/union/generic type
8>        type is ''unknown-type''
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(154) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(155) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(155) : error C2227: left of '->SetData' must point to class/struct/union/generic type
8>        type is ''unknown-type''
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(162) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(163) : error C2065: 'pInstance' : undeclared identifier
8>boss_gunship_battle.cpp
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(163) : error C2227: left of '->SetData' must point to class/struct/union/generic type
8>        type is ''unknown-type''
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(170) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(171) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(171) : error C2227: left of '->SetData' must point to class/struct/union/generic type
8>        type is ''unknown-type''
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(415) : error C2504: 'CreatureScript' : base class undefined
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(431) : error C2143: syntax error : missing ';' before '*'
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(431) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(431) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(417) : error C2614: 'npc_shade' : illegal member initialization: 'CreatureScript' is not a base or member
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(428) : error C2065: 'pInstance' : undeclared identifier
8>..\..\..\ICC\icecrown_citadel\boss_lady_deathwhisper.cpp(428) : error C2039: 'GetInstanceScript' : is not a member of 'Creature'
nem hinném hogy a bolvorosban ennyi hiba lenne

és a végső
Build log was saved at "file://c:\Users\Asztali gép\Desktop\trin\win\VC90\game__Win32_Release\BuildLog.htm"
8>game - 186 error(s), 2 warning(s)
10>------ Rebuild All started: Project: TrinityCore, Configuration: Release Win32 ------
Cím: Re:ICC probléma
Írta: Glooub Dátum 2010 augusztus 30, 11:13:17 DÉLUTÁN
Szerintem nem ahhoz a revhez van a script...vagyis ezek a hibák ha jól tudom azért jelennek meg mert nem ismeri fel a "parancsokat"
Cím: Re:ICC probléma
Írta: $0undX Dátum 2010 augusztus 31, 12:12:14 DÉLELŐTT
bolvart hanyagolni kéne, szar scripteket ír, véleményem szerint.
Cím: Re:ICC probléma
Írta: Girosz Dátum 2010 augusztus 31, 12:34:38 DÉLELŐTT
Ezt, azért nem mondanám... Inkább kicsit vonzódik a hacky megoldásokhoz. Ettől függetlenül tényleg vannak gondok a scriptjeivel. Ha elmondod hogy hanyas revet töltötted le bolvartól és hanyas tc-d van, akkor megmondom, hogy passzolnak-e egymáshoz.
Cím: Re:ICC probléma
Írta: $0undX Dátum 2010 augusztus 31, 12:43:22 DÉLELŐTT
minek? látszik anélkül is, a válasz: nem
:D
Cím: Re:ICC probléma
Írta: rugabi94 Dátum 2010 augusztus 31, 08:53:15 DÉLELŐTT
Revision: 8381 3.3.3a eddig régebben jó volt nem tudom most miért nem ha valaki esetleg tudna valami jót az linkelhetne egyet