[Release] TitleNpc in C++ menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 50
  1. #31
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol im releasing stuff you could fix. you should be happy leeching my stuff no?

    [Release] TitleNpc in C++
  2. #32
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good Job Mate. Aspire Ftw +Rep


  3. #33
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe Really nice +rep x2

  4. #34
    fresh's Avatar Member
    Reputation
    23
    Join Date
    Oct 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    13 Thread(s)

    nice

    Nice release when AspireCore fixes there bugs on pets ill go back to it. right now im running arcemu with 100% working pets from 1-250
    then they need to fix there graveyards arcemu 99.9 correct spots anyways again nice script

  5. #35
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can also edit it so that it could use like on enter world or on pvp/honorable kill hooks, then players wouldnt need to select the option. But very good and working script.


  6. #36
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fresh View Post
    Nice release when AspireCore fixes there bugs on pets ill go back to it. right now im running arcemu with 100% working pets from 1-250
    then they need to fix there graveyards arcemu 99.9 correct spots anyways again nice script
    Gaveyards? thats DATABASE wise...

  7. #37
    *~Descending~*'s Avatar Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gaveyards? thats DATABASE wise...
    Not all the time, you need C++ to send the players back to the graveyard nearest to them, and creating graveyards for battlegrounds is also done in C++

  8. #38
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ofc but who doesn't have that done? except Gy in Av.. w/e

  9. #39
    c0ddingt0n's Avatar Banned
    Reputation
    117
    Join Date
    Feb 2008
    Posts
    641
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep this is prtty cool

  10. #40
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Um

    Code:
    1>..srcPvPNPCPvPNPC.cpp(40) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(41) : error C2039: 'RemoveKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(49) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(50) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(57) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(58) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(65) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(66) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(74) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(75) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(82) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(83) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(90) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(91) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(98) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(99) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(106) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(107) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(114) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(115) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(122) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(123) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(130) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(131) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(138) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(139) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(146) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(147) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(154) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(155) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(166) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(167) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(174) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(175) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(182) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(183) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(190) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(191) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(198) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(199) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(206) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(207) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(214) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(215) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(222) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(223) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(230) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(231) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(238) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(239) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(246) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(247) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(254) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(255) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(262) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(263) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(270) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(271) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>Setup.cpp
    1>Build log was saved at "file://c:UsersChrisDocumentsWarlockian Core r20 TRUNKtrunksrcscriptsprojects2008_int_release_PvPNPCBuildLog.htm"
    1>PvPNPC - 58 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I didn't tamper with it at all except the npc id. Whats this all about? >_>
    Help Script

    Need help? add me on MSN - [email protected]
    Have questions? email me - [email protected]

  11. #41
    *~Descending~*'s Avatar Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ warlock you using ascent?
    Commit: * Moving AddKnownTitle, RemoveKnownTitle to public * Adding HasKnownTitle, for lazy people.
    Last edited by *~Descending~*; 09-13-2008 at 08:04 PM.

  12. #42
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Warlockian View Post
    Um

    Code:
    1>..srcPvPNPCPvPNPC.cpp(40) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(41) : error C2039: 'RemoveKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(49) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(50) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(57) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(58) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(65) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(66) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(74) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(75) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(82) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(83) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(90) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(91) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(98) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(99) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(106) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(107) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(114) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(115) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(122) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(123) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(130) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(131) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(138) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(139) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(146) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(147) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(154) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(155) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(166) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(167) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(174) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(175) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(182) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(183) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(190) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(191) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(198) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(199) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(206) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(207) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(214) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(215) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(222) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(223) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(230) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(231) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(238) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(239) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(246) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(247) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(254) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(255) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(262) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(263) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>..srcPvPNPCPvPNPC.cpp(270) : error C2664: 'Player::HasKnownTitle' : cannot convert parameter 1 from 'int' to 'RankTitles'
    1>        Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
    1>..srcPvPNPCPvPNPC.cpp(271) : error C2039: 'AddKnownTitle' : is not a member of 'Player'
    1>        c:userschrisdocumentswarlockian core r20 trunktrunksrcarcemu-worldPlayer.h(732) : see declaration of 'Player'
    1>Setup.cpp
    1>Build log was saved at "file://c:UsersChrisDocumentsWarlockian Core r20 TRUNKtrunksrcscriptsprojects2008_int_release_PvPNPCBuildLog.htm"
    1>PvPNPC - 58 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I didn't tamper with it at all except the npc id. Whats this all about? >_>
    Help Script
    Use Ascent or Aspire. I dont support Arcemu

  13. #43
    matser's Avatar Active Member
    Reputation
    37
    Join Date
    Nov 2007
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i setup these things?

  14. #44
    *~Descending~*'s Avatar Member
    Reputation
    25
    Join Date
    Sep 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i setup these things?
    Honestly.. That doesn't deserve being answered...

  15. #45
    Syyke's Avatar Member
    Reputation
    7
    Join Date
    Mar 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, +Rep

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 01:36 PM. 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