[Release]Class Changer Item! menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38
  1. #16
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Succy your comment means a lot.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

    [Release]Class Changer Item!
  2. #17
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script u made there +Rep

  3. #18
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice! I might use this +Rep if i can.

  4. #19
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Illegalpie View Post
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(O' at line 10
    [Err] #include "StdAfx.h"
    #include "Setup.h"

    #define CLASS_CHANGE_ITEM 90005

    #ifdef WIN32
    #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif

    class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(Object * pObject, Player* Plr, bool AutoSend);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    Lol that post made my day :P
    You don't execute a C++ script in your database.

  5. #20
    insignia96's Avatar Banned
    Reputation
    33
    Join Date
    Oct 2008
    Posts
    304
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm sorry man but LAWL!!!

    Originally Posted by IllegalPie
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(O' at line 10
    [Err] #include "StdAfx.h"
    #include "Setup.h"

    #define CLASS_CHANGE_ITEM 90005

    #ifdef WIN32
    #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif

    class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(Object * pObject, Player* Plr, bool AutoSend);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

    I Guess CPlusPlus was a good thread tag.

  6. #21
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx Ground Zero and Aznex i am glad you like it.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  7. #22
    erebos's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2007
    Posts
    114
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script. +Rep

    But honestly this item should not be handed to players on any server as it will create a lot of issues to the characters.

    You should try adding some restrictions to it also.. Cause imagine a rogue using plate with warrior skills and priest healing abilities plus a paladin bubble.

  8. #23
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Read thread...i added one that will wipe spells!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  9. #24
    Badcobra10's Avatar Member
    Reputation
    5
    Join Date
    Mar 2008
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice. Good job! +Rep

  10. #25
    nicdude's Avatar Member
    Reputation
    5
    Join Date
    Feb 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if I'm being stupid, but how can I add this to my server? Again, sorry if this is a dumb question.

  11. #26
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rofl @ IllegalPie's attempts to install a C++ Script into his database.

  12. #27
    bader520's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice one +rep . nice one

  13. #28
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Illegalpie View Post
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(O' at line 10
    [Err] #include "StdAfx.h"
    #include "Setup.h"

    #define CLASS_CHANGE_ITEM 90005

    #ifdef WIN32
    #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif

    class SCRIPT_DECL Classer : public GossipScript
    {
    public:
    void GossipHello(Object * pObject, Player* Plr, bool AutoSend);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

    i LAwLed in real life,, tryihng to execute C++ script as SQL!

  14. #29
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol people leave him alone....this thread is about my release not his mistake.....

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  15. #30
    xX EPIC Xx's Avatar Active Member
    Reputation
    37
    Join Date
    Apr 2008
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic +Rep :P
    https://Fileusher.com

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Class Changer NPC - C++
    By LaAevie in forum WoW EMU General Releases
    Replies: 32
    Last Post: 07-31-2009, 03:10 AM
  2. [release]Token to item exchanger, for tier 7, 8, 9
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 50
    Last Post: 01-30-2008, 02:50 PM
  3. [Release] 2 Custom Items
    By Festigio in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-27-2008, 12:41 AM
  4. [Release] Portable Multifuncional Item (test)
    By Spartansp in forum World of Warcraft Emulator Servers
    Replies: 22
    Last Post: 01-15-2008, 03:03 PM
  5. [Release] Realmlist Changer
    By SiPex in forum WoW EMU Programs
    Replies: 16
    Last Post: 10-28-2007, 03:11 AM
All times are GMT -5. The time now is 04:28 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