City Conquest menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Psychotherapy's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    City Conquest

    Yet another thread regarding the almight City Conquest mod which was absolute ownage back in the hayday of wow trance and I was wondering if anyone can make it for 3.3.2a on Mangos??

    http://www.mmowned.com/forums/emulat...-conquest.html
    no ads in sigs

    City Conquest
  2. #2
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This would be a huge project requiring a lot of programming, nevermind the database work.

    Make it yourself.
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  3. #3
    Spectre90's Avatar Contributor
    Reputation
    92
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by The-Eradicator View Post
    Make it yourself.
    ^This, hell you even have a source to work from.

  4. #4
    Psychotherapy's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by The-Eradicator View Post
    This would be a huge project requiring a lot of programming, nevermind the database work.

    Make it yourself.
    Yeah because I can totally do it myself when i'm asking someone else to make it for me...?

    Spectre can you help :P?
    no ads in sigs

  5. #5
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i'm asking someone else to make it for me...?
    Cool story bro.

  6. #6
    Spectre90's Avatar Contributor
    Reputation
    92
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkimpacty View Post
    Spectre can you help :P?
    No I'm afraid my work with conquest as well as most of my custom scripts is private, you'd be far better off figuring it out yourself.

    I would however not base any work off the old source as it's simply horrible, I didn't know shit back when I wrote the first versions. Everyone tries to go the insanely complex route when building conquest, it's really really not that complex, just requires some creativity.

    You'd be better off figuring out yourself because you'll actually understand the script, be able to adjust it as needed. Most people who used my old script could only figure out how to change their server banners to say 'Home of CityConquest!'

    I'm sure you could do it if you just started the work, it's easy to get bogged down thinking about all the shit you need to expect to work towards but one step at a time should bring you to your destination.

  7. #7
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spectre90 View Post
    No I'm afraid my work with conquest as well as most of my custom scripts is private, you'd be far better off figuring it out yourself.

    I would however not base any work off the old source as it's simply horrible, I didn't know shit back when I wrote the first versions. Everyone tries to go the insanely complex route when building conquest, it's really really not that complex, just requires some creativity.

    You'd be better off figuring out yourself because you'll actually understand the script, be able to adjust it as needed. Most people who used my old script could only figure out how to change their server banners to say 'Home of CityConquest!'

    I'm sure you could do it if you just started the work, it's easy to get bogged down thinking about all the shit you need to expect to work towards but one step at a time should bring you to your destination.
    Excellent advice for any aspiring programmer. +Repx3
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  8. #8
    thebigman's Avatar Contributor Reliable Trader
    CoreCoins Purchaser
    Reputation
    89
    Join Date
    Dec 2008
    Posts
    605
    Thanks G/R
    2/0
    Trade Feedback
    26 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Spectre90 View Post
    No I'm afraid my work with conquest as well as most of my custom scripts is private, you'd be far better off figuring it out yourself.

    I would however not base any work off the old source as it's simply horrible, I didn't know shit back when I wrote the first versions. Everyone tries to go the insanely complex route when building conquest, it's really really not that complex, just requires some creativity.

    You'd be better off figuring out yourself because you'll actually understand the script, be able to adjust it as needed. Most people who used my old script could only figure out how to change their server banners to say 'Home of CityConquest!'

    I'm sure you could do it if you just started the work, it's easy to get bogged down thinking about all the shit you need to expect to work towards but one step at a time should bring you to your destination.

    after reading this, i really wanna learn c++, where should i start and how? and no, i have read wikipedia quite a few times and it doesnt help me for shit. I need help to learn only WoW related shit. not how to say hello world.

  9. #9
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wikipedia, or any other encyclopedia, is not the place to learn programming.

    You'll need to assess your current level of knowledge; What do you know? Do you know what programming actually is, and the common basics of it? If not, you'll need to start with that; Can you program in a different language, which isn't object-oriented? You'll need to learn the basics of object-oriented programming. Do you already program in a high-level object-oriented language, such as Python? You'll need to learn how C (and therefore C++) differs from high-level languages, how to manage memory manually, how pointers work, etc. Only after understanding these basic subjects can you start scripting and developing for an existing core.

    The information is out there; you just need to reach and grab it, be it books, websites or even tutors - whatever suits your learning process. I might be able to give you some pointers on where to start once you know what you actually want to learn, but you'll have to lead yourself once you're there.

    Contact me if you need any help.

  10. #10
    Ballwinkle's Avatar Contributor Authenticator enabled
    Reputation
    124
    Join Date
    Mar 2007
    Posts
    662
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have any books or websites that you would reccomend?

  11. #11
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    About what subject?

  12. #12
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Incidentally, you might want to read this.
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  13. #13
    thebigman's Avatar Contributor Reliable Trader
    CoreCoins Purchaser
    Reputation
    89
    Join Date
    Dec 2008
    Posts
    605
    Thanks G/R
    2/0
    Trade Feedback
    26 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheSpidey View Post
    About what subject?
    C++

    :< I really dont wanna look for sources myself, I have no access to books, nor the want to read about it via books. Too much irelevent information contained in them.

    Id prefer a tutor or website.

  14. #14
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You entirely missed my point.

    I'll ask you again; What do you know so far? Only after I know what your current level is can I properly direct you to the proper resources which won't waste your time nor talk way above your knowledge pool.

  15. #15
    Spectre90's Avatar Contributor
    Reputation
    92
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know that, making nef muh bish is bad



    Pls good spider sir, show me your ways D=

Page 1 of 2 12 LastLast

Similar Threads

  1. [C++ Script] [TrinityCore] City Conquest
    By _Hkarta in forum WoW EMU General Releases
    Replies: 16
    Last Post: 04-04-2012, 12:41 PM
  2. [Iwillloveyouifyoudothis] a UPDATED City Conquest Script
    By spectre123 in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 08-23-2009, 09:30 PM
  3. City Conquest
    By Spectre90 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-02-2008, 05:36 PM
  4. Pull a mob to 1 of your main cities
    By Matt in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 09-08-2006, 10:01 PM
  5. Attack in a City Without being Flagged
    By Matt in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 06-28-2006, 01:43 PM
All times are GMT -5. The time now is 06:37 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search