WarpNPC script generator menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 45
  1. #16
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok yea this dont work i get error, and it Closes

    WarpNPC script generator
  2. #17
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why did u say that this is for mangos ???????

  3. #18
    thijsd's Avatar Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone has a nice tut how to make a npc work? Should be nice :P

  4. #19
    Mr.Jebus Christ's Avatar Banned
    Reputation
    117
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works great

  5. #20
    Boogman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Compile errors.

    Hey alex

    I'm getting these errors when i am attempting to compile the DLL.

    Code:
    WarpNPC.cpp
    .WarpNPC.cpp(30) : warning C4101: 'Menu' : unreferenced local variable
    .WarpNPC.cpp(46) : error C2065: 'Warpnpc' : undeclared identifier
    .WarpNPC.cpp(46) : error C2059: syntax error : ')'
    Setup.cpp
    .Setup.cpp(5) : error C2491: '_exp_get_version' : definition of dllimport function not allowed
    .Setup.cpp(10) : error C2491: '_exp_script_register' : definition of dllimport function not allowed
    .Setup.cpp(11) : error C3861: 'SetupWarpnpc': identifier not found
    I'm a noob in C++ so could someone give me a hint what i am doing wrong?

    Thanks
    Last edited by Boogman; 02-16-2008 at 04:08 AM.

  6. #21
    AndreasG7's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    'omg yay' ^^ This will really help

  7. #22
    Boogman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so i have managed to compile the source

    Don't ask me how :P

    So i drop the DLL into the script bin and during startup of ascent-world i get the error "warpnpc.dll : 0x0DA50000 : Version functions not found!"


    WTF does that mean??? ROFL

    Oh and some of the errors in my previous post where actually a fault of the script generator.

    The header it creates defines "WarpNPC"

    The 2 source codes reference back as "Warpnpc".

    In my adventures of C++ i found that it is case sensitive so a quick fix got it woking!

    I'm so chuffed hahhahahhaha
    Last edited by Boogman; 02-18-2008 at 11:28 AM.

  8. #23
    Boogman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i can confirm this generator does work.

    The source it creates does have a couple of errors in it and missing some info for the DLL to load in ascent.

    Heres the info that needs to be added to the top of the setup.cpp file

    Code:
    extern "C" SCRIPT_DECL uint32 _exp_get_script_type()
    {
    return SCRIPT_TYPE_MISC;
    }

    When compiling the source and you are getting errors about "WarpNPC not defined/declared or something it just means you need to modify the warpnpc.cpp and setup.cpp files so that this matches on all (Is case sensitive)

    Code:
    void SetupWarpNPC(ScriptMgr * mgr);
    Make sure that the setup.cpp and warpnpc.cpp both match EXACTLY to this SetupWarpNPC and it should compile.

    If you have named your source something different it may now be the same as this though.

    Just use whatever is in the setup.h fine like above.

    Hope this helps someone who is having trouble compiling the source!

  9. #24
    .Cyong's Avatar Active Member
    Reputation
    32
    Join Date
    Aug 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    stolen from d3scene


  10. #25
    Boogman's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fiddyx View Post
    stolen from d3scene
    ???

    What do you mean by that?

  11. #26
    colincancer's Avatar Active Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    509
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do u compile this? sorry im kinda a nub to the scripting and compiling stuff?
    #JODYS'WATCHiN

  12. #27
    FreakySlayer's Avatar Member
    Reputation
    12
    Join Date
    Oct 2007
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeh me to,Maybe usefull to put a guide in ur post , Cause I really want to use this

  13. #28
    Ezxen's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dracconus View Post
    Alek, I was wondering if you could tell me how to actually be able to compile the scripts that this generates, it's truly a revolutionary program, but it doesn't make a project file, and I was wondering if there is a certain one that we have to use for this or not, please let me know something as soon as possible.. Thanks for the tool man
    Dracconus
    Ditto i have the same question

  14. #29
    natfoth's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks this looks usefull

  15. #30
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2146: syntax error : missing ';' before identifier 'Custom'
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2182: 'SetupCrusaderWoW' : illegal use of type 'void'
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2146: syntax error : missing ';' before identifier 'Area'
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2146: syntax error : missing ';' before identifier 'porter'
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C2065: 'mgr' : undeclared identifier
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    c:\documents and settings\scotland user\desktop\c++\output\setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    Setup.cpp
    c:\documents and settings\scotland user\desktop\c++\output\setup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    Generating Code...
    Build log was saved at "file://c:\Documents and Settings\Scotland User\My Documents\Visual Studio 2008\Projects\Crusaderwarper\Crusaderwarper\Debug\BuildLog.htm"
    Crusaderwarper - 11 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    I got these Errors will someone help please

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [C++]Simple script generator
    By uberhak3r in forum WoW EMU Programs
    Replies: 20
    Last Post: 11-19-2010, 03:29 PM
  2. LUA Script Generator 1.3
    By fastelf in forum WoW EMU Programs
    Replies: 26
    Last Post: 08-22-2010, 03:35 PM
  3. [C#] TrinityCore Script Generator
    By Pharcide in forum WoW EMU Programs
    Replies: 13
    Last Post: 04-19-2010, 06:56 AM
  4. [Share] Lua Script Generator! Bosses and More [EPIC]
    By MisterEMU in forum WoW EMU Programs
    Replies: 23
    Last Post: 11-10-2008, 02:30 AM
All times are GMT -5. The time now is 12:51 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