Likes: 0
Results 51 to 60 of 63
-
11-08-11, 09:15 PM #51
Problem
Register to remove this adhi i have a problem compiling the scriptdev2 please help me as soon as posible
c_instance.cpp
1>..\include\sc_instance.cpp(13) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\include\sc_instance.cpp(29) : error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>sc_grid_searchers.cpp
1>sc_creature.cpp
1>spell_scripts.cpp
1>..\scripts\world\spell_scripts.cpp(303) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> d:\program files\mangos\src\src\game\Creature.h(440) : see declaration of 'Creature'
1>npcs_special.cpp
1>d:\Program Files\MaNGoS\src\src\bindings\scriptdev2\base\esco rt_ai.h(82) : error C2664: 'Map::GetPlayer' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
1>..\include\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> d:\program files\mangos\src\src\game\Creature.h(440) : see declaration of 'Creature'
1>..\include\sc_creature.cpp(386) : error C2039: 'GetGUID' : is not a member of 'Unit'
1> d:\program files\mangos\src\src\game\Unit.h(1127) : see declaration of 'Unit'
1>npc_professions.cpp
1>..\scripts\world\npcs_special.cpp(149) : error C2039: 'GetGUID' : is not a member of 'Creature'
1> d:\program files\mangos\src\src\game\Creature.h(440) : see declaration of 'Creature'
the hole compiling is like this and at last the result is 1failed
› See More: {SuperGuide} Create,Compile,Configure,MaNGOS + UDB + Scriptdev2(3.x.x+)
-
15-08-11, 04:50 PM #52
i also have the same problem as the preious post any help would be great, im running windows 7.
-
30-08-11, 01:32 AM #53
Hey, i'm incredibly new to this site (infact, this is my first post) this guide looks absolutely awesome and all, i've spent alot of time reading it.
i'm curious if all the links, versions, patches, etc. are all still working? i've followed guides before, got half way through and a link hasnt worked or something didnt install correctly and i've been stuck with a load of non-working junk on my computer.
but yea, basically is this guide up to date?
-
30-08-11, 11:58 PM #54
Cool thanks for this tut
-
09-05-12, 04:44 PM #55
I follow your guide to the letter and everything goes brilliant until i get to the part following creating the databases.
Now Before You Restore The Database Sql Dumps Go To Your File
"MaNGOS\src\src\bindings\scriptdev2" and Open The Following
What do you need to be able to suggest where i have gone wrong please?
In file mangos/src/src/bindings the file scriptdev2 and its contents now has a green tick on them all.
Also:
the Restore From SQL Dump option i do not have. It gives me Execute SQL script... or Import External Data... only.
I would be grateful for your most valued guidance on this please.
-
13-05-12, 01:58 PM #56
I do have the scriptdev2 problem here part of the output :
1>------ Build started: Project: ScriptDev2, Configuration: Release Win32 ------
1>..\scripts\world\npcs_special.cpp(1265): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1277): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1288): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1290): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1304): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1308): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1331): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1341): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1345): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1360): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1366): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1372): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
1>..\scripts\world\npcs_special.cpp(1378): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\src\game\Creature.h(455) : see declaration of 'Creature'
.....
1>..\system\system.cpp(207): error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
1>..\system\system.cpp(241): error C2065: 'barGoLink' : undeclared identifier
1>..\system\system.cpp(241): error C2146: syntax error : missing ';' before identifier 'bar'
1>..\system\system.cpp(241): error C3861: 'bar': identifier not found
1>..\system\system.cpp(242): error C2065: 'bar' : undeclared identifier
1>..\system\system.cpp(242): error C2228: left of '.step' must have class/struct/union
1> type is ''unknown-type''
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Hope someone can help in the meantime I will try using the 2008 version.Last edited by lordofthedread; 13-05-12 at 02:02 PM. Reason: Output too long
-
13-05-12, 08:22 PM #57
You need to get latest ScriptDev2 from GitHub, not outdated from SourceForge.
I'm encountered same problem today, and version obtained from GitHub compiled without any problems.
Sorry for my bad english, i'm russian. Hope, it helps you.
btw, im used x64 config with 2010 VC, but i don't think its will make any difference/troubles.Last edited by greyserg; 13-05-12 at 08:25 PM. Reason: added btw
-
13-05-12, 09:43 PM #58
Thanks I am trying it now.
Theres two folders : Trunk and ICC wich one should I use ?
-
14-05-12, 09:02 AM #59
What? Link to latest repository of scriptdev2 in .zip - https://github.com/scriptdev2/scriptdev2/zipball/master , and there's no such folders.
-
14-05-12, 09:48 AM #60
Register to remove this adSeems i went wrong in where I got scriptdev2....
Another question, I would like to add AH addon to my server but after hours of research it seems I cant find a way to make the patch, I did found a guide but its not working...
Anyone got a clue on how to add such addons ? The mangos forum is dead for a month now and it seems the only way to get addons is using a repack ....
Help will be much appreciated !
Thanks
EDIT : AHbot is indeed part of mangos now and it is working.
I used YTDB on top of the latest UDB and here what is not working (at least from what I tested) :
Instances and Raids :
- ICC only Marrowgar is working as intended with skills and abilities then the door to lady deathwisper is closed and even with "GM ON" the only way to pass it is thru blink, none of the other bosses have skills, you cant open the door of Putricide, the gunship battle is not spawned and the event of the lich king not scripted. Teleporters are not working.
- Ulduar vehicles are spawned but unusable, the door to Flame Leviathan is closed and only a GM can open it, teleporters are not working.
- Ruby Sanctum is not working
- Trial of the champion is not working
- Trial of the crusader Beast of Northrend are spawned with no skills or abilities, some minor bugs with Lord Jaraxxus but the encounter is indeed working and he got skill and abilities then faction champions never shows up.
Quests :
- The quest for DK Death comes from high is still bugged (makes interrupted when you click on the eye of archeus).
Skills :
- DK Death Grip is not working.
Thats all for now....Last edited by lordofthedread; 15-05-12 at 04:36 AM.