MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides
Reload this Page How to Compile a DLL with Video
Emulator Server Guides Guides for working with World of Warcraft Emulator servers. Learn how to create a WoW Server here.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
(#31)
Old
1337w33d is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
1337w33d is an unknown quantity at this point
 
Posts: 29
Join Date: Jan 2008
Location: Pismo
07-01-2008

Thank you, just checked back here for the guide, downloaded it somewhere else. Thank you though
Reply With Quote

Donate to remove ads.
(#32)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,965
Join Date: Oct 2007
07-01-2008

Ha no problem, this week im really busy sorry for my response time being slowed.
Reply With Quote
(#33)
Old
sebbe00 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
sebbe00 is an unknown quantity at this point
 
Posts: 11
Join Date: Nov 2007
07-05-2008

i'm not that experienced in c++ programming, but i've tried to compile ascent to.. as they say i should to fix this but don't work, you see when i build the solution an error coming up in the error bar, it can't find Ascent-Lib, please help me
Reply With Quote
(#34)
Old
jay08's Avatar
jay08 is Offline
Site Donator
Rep Power: 1
Reputation: 4
jay08 is an unknown quantity at this point
 
Posts: 41
Join Date: Jun 2008
07-05-2008

As always Sector another quality guide


(\_/) Give to people who have been helpfull!
(O.o) This is Bunny. Copy Bunny into your signature.
(> <) to help him on his way to world domination.
Reply With Quote
(#35)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,965
Join Date: Oct 2007
07-06-2008

Hahaha thanks, and you don't need any experience in C++ programming.
Reply With Quote
(#36)
Old
Neth'zul's Avatar
Neth'zul is Offline
Contributor
Rep Power: 2
Reputation: 207
Neth'zul has a spectacular aura aboutNeth'zul has a spectacular aura aboutNeth'zul has a spectacular aura about
 
Posts: 817
Join Date: Nov 2007
Location: Head of Recruitment
07-06-2008

Good job yet again S7! +repzors!




Reply With Quote
(#37)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,965
Join Date: Oct 2007
07-06-2008

Lol, thanks man!
Reply With Quote
(#38)
Old
computerwiz656 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
computerwiz656 is an unknown quantity at this point
 
Posts: 7
Join Date: Mar 2008
Location: Planet Earth maybe..
07-07-2008

can someone please help me i keep getting this error message and i have gone though 2 ascent SVN sites including the one SectorSeven gave

1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
1>Compiling...
1>Gossip_Battlemaster.cpp
1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
1>Setup.cpp
1>c:\SVN\Ascent\trunk\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1>Build log was saved at "file://c:\SVN\Ascent\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm "
1>GlobalNPC - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

it cant find the zlib on both am i doing something wrong?
Reply With Quote
(#39)
Old
computerwiz656 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
computerwiz656 is an unknown quantity at this point
 
Posts: 7
Join Date: Mar 2008
Location: Planet Earth maybe..
07-07-2008

1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
This error can be ignored lol i forgot to take it out but i still get the error with the zlib
Reply With Quote
(#40)
Old
FinnZor's Avatar
FinnZor is Offline
Sergeant
Rep Power: 1
Reputation: 27
FinnZor is on a distinguished road
 
Posts: 69
Join Date: May 2008
Location: Arround
07-07-2008

I am getting this :



1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
1>Compiling...
1>GlobalNPC.cpp
1>..\src\GlobalNPC\GlobalNPC.cpp(1) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(3) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(5) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(18) : error C2059: syntax error : 'public'
1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(39) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(40) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(83) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(86) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(88) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(88) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(1457) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(1460) : error C2653: 'GlobalNPC' : is not a class or namespace name
1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\GlobalNPC\GlobalNPC.cpp(1467) : error C2059: syntax error : 'constant'
1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2143: syntax error : missing ';' before '{'
1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2447: '{' : missing function header (old-style formal list?)
1>Setup.cpp
1>c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\ascent-world\ScriptSetup.h(25) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory
1>Build log was saved at "file://c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm"
1>GlobalNPC - 22 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


What have i done wrong?
Reply With Quote
(#41)
Old
computerwiz656 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
computerwiz656 is an unknown quantity at this point
 
Posts: 7
Join Date: Mar 2008
Location: Planet Earth maybe..
07-07-2008

FinnZor That looks like you have an old version and its being mixed with a new one
either that or when it was edited something got deleted that was not supposed to.

I am not an expert in C++ or ascent emu so this is just a guess.
Reply With Quote
(#42)
Old
vince20 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
vince20 is an unknown quantity at this point
 
Posts: 15
Join Date: Feb 2008
07-07-2008

Hey, everything works fine except when it gets up to the part in loading the Warper, it says
1>c1xx : fatal error C1083: Cannot open source file: '.\...\src\Warpnpc\[EcKO-WoW] Teleporter.cpp': Invalid argument. The path and the name is correct, do you have any idea why this might be happening?
Reply With Quote
(#43)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,965
Join Date: Oct 2007
07-07-2008

Just use it like I did, using the brackets and the space may throw you off.
Reply With Quote
(#44)
Old
vince20 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
vince20 is an unknown quantity at this point
 
Posts: 15
Join Date: Feb 2008
07-07-2008

1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2332: 'class' : missing tag name
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2011: '<unnamed-tag>' : 'enum' type redefinition
1> C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\DbgHelp.h(2866) : see declaration of '<unnamed-tag>'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ';' before '['
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2337: 'EcKO' : attribute not found
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ']' before '-'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : '-'
1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : 'public'
1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2143: syntax error : missing ';' before '{'
1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2447: '{' : missing function header (old-style formal list?)
1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2065: 'Warpnpc' : undeclared identifier
1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2059: syntax error : ')'

Lol now all of this comes up any idea how to fix this?

Last edited by vince20; 07-08-2008 at 12:09 AM.
Reply With Quote
(#45)
Old
SectorSeven's Avatar
SectorSeven is Offline
Banned
Rep Power: 0
Reputation: 444
SectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really niceSectorSeven is just really nice
 
Posts: 1,965
Join Date: Oct 2007
07-08-2008

Did you get the latest version? Its not a compile problem (that you did) its an error in the script.
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344