WarpNPC script generator menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WarpNPC script generator

    this program creates a Warp Npc, its still in the workings :P but i thought it whould be a nice chirtsmass present to the community.

    its dosent create the prefect Warp Npc script but its a work in progress.

    just a little hint, press the add button befor changeing any of the options stuff.

    Filebeam - Free Fast File Hosting
    Updates:
    1. Fixed a small problem when createing the script.
    2. if you only block 1 class/race it will write != that class/Race insted of == all the other classes/races
    3. the npc should report back whats wrong when the players dosent fit class/race/level/price.
    4. Fixed delete button
    5. added debuging befor createing the script
    6. fixed price for teleporting , it also makes the script check i the player has enought cash.



    what the buttons do:
    -Add button creats a new menu item.
    -Add Sub Menu Creaste a sub menu item(you click on 1 option that gives you more options, like you have a option saying cities and when the player clicks on that the menu changes to orgrimmar, thunderbluff, stormwind...)
    -Save changes the current selected options text to the text thats is in the input box next to the save button.
    -Generate, generates the setup.cpp, setup.h and the warpnpc script.

    you just have to complie it.

    so far it dosent have debuging system, like if there arent any coords in a option, or if you blocked all races or classes.

    the Level limit limits players that is lower then the number you input to be teleported.

    Please report back any problems or sugestions you may have

    todo:
    -Debuging befor generating the script *Fixed*
    -Fix delete button :P creats an error atm thats why its disabled*Fixed*
    -Make the Npc say whats wrong when a player isent allowd to teleport to places. *Fixed*
    -add "Back" button in the sub menu gossip.


    you still need to compile the script.

    Edit: works with 2.8 stable or less, not sure if works after that.
    Last edited by alek900; 03-20-2008 at 06:41 AM.

    WarpNPC script generator
  2. #2
    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)
    Lolage Repost already posted in Emulator Server Discussion...


  3. #3
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mtthwclinton View Post
    Lolage Repost already posted in Emulator Server Discussion...
    actaly this was posted about 2 hours befor the one in Emulator Server Discussion. so its the one in Emulator Server Discussion that is a repost

  4. #4
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this up to date?



  5. #5
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alek900 View Post
    actaly this was posted about 2 hours befor the one in Emulator Server Discussion. so its the one in Emulator Server Discussion that is a repost


    More like this was posted the day after... YOU didn't make it so don't take credit till you have proof

    BrantX why did you bring this topic back up

  6. #6
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol cause im BrantX , what do you expect :P



  7. #7
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Timmyvacc View Post


    More like this was posted the day after... YOU didn't make it so don't take credit till you have proof

    BrantX why did you bring this topic back up
    wow, harsh, what proof do you want??

    screen shot??

    me editing the original post from emupedia, only the auther of the topic or a admin/mod can edit it


    source??
    Filebeam - Free Fast File Hosting

    if your a member at emupdia il even send you a PM on emupedia.

    and when i said the other topic was posted 2 hours after mine, my post time was "19 hours ago" and his "17 hours ago", now they both say "1 Week Ago".

    I HATE being falsely accused
    Last edited by alek900; 01-04-2008 at 10:08 AM.

  8. #8
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe you mate.

    However, does this create the source code correctly now?
    Or is this still just a preview of what it can do.

    Many kind regards,
    Shaun.


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  9. #9
    walros's Avatar Member
    Reputation
    11
    Join Date
    Jan 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alek900 View Post
    this program creates a Warp Npc, its still in the workings :P but i thought it whould be a nice chirtsmass present to the community.

    its dosent create the prefect Warp Npc script but its a work in progress.

    just a little hint, press the add button befor changeing any of the options stuff.

    Filebeam - Free Fast File Hosting
    Updates:
    1. if you only block 1 class/race it will write != that class/Race insted of == all the other classes/races
    2. the npc should report back whats wrong when the players dosent fit class/race/level/price.
    3. Fixed delete button
    4. added debuging befor createing the script
    5. fixed price for teleporting , it also makes the script check i the player has enought cash.



    what the buttons do:
    -Add button creats a new menu item.
    -Add Sub Menu Creaste a sub menu item(you click on 1 option that gives you more options, like you have a option saying cities and when the player clicks on that the menu changes to orgrimmar, thunderbluff, stormwind...)
    -Save changes the current selected options text to the text thats is in the input box next to the save button.
    -Generate, generates the setup.cpp, setup.h and the warpnpc script.

    you just have to complie it.

    so far it dosent have debuging system, like if there arent any coords in a option, or if you blocked all races or classes.

    the Level limit limits players that is lower then the number you input to be teleported.

    Please report back any problems or sugestions you may have

    todo:
    -Debuging befor generating the script *Fixed*
    -Fix delete button :P creats an error atm thats why its disabled*Fixed*
    -Make the Npc say whats wrong when a player isent allowd to teleport to places. *Fixed*
    -add "Back" button in the sub menu gossip.


    you still need to compile the script.

    I dont understand what dose this do?
    https://i267.photobucket.com/albums/ii285/messblack/sig.gif

  10. #10
    walros's Avatar Member
    Reputation
    11
    Join Date
    Jan 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alek900 View Post
    this program creates a Warp Npc, its still in the workings :P but i thought it whould be a nice chirtsmass present to the community.

    its dosent create the prefect Warp Npc script but its a work in progress.

    just a little hint, press the add button befor changeing any of the options stuff.

    Filebeam - Free Fast File Hosting
    Updates:
    1. if you only block 1 class/race it will write != that class/Race insted of == all the other classes/races
    2. the npc should report back whats wrong when the players dosent fit class/race/level/price.
    3. Fixed delete button
    4. added debuging befor createing the script
    5. fixed price for teleporting , it also makes the script check i the player has enought cash.



    what the buttons do:
    -Add button creats a new menu item.
    -Add Sub Menu Creaste a sub menu item(you click on 1 option that gives you more options, like you have a option saying cities and when the player clicks on that the menu changes to orgrimmar, thunderbluff, stormwind...)
    -Save changes the current selected options text to the text thats is in the input box next to the save button.
    -Generate, generates the setup.cpp, setup.h and the warpnpc script.

    you just have to complie it.

    so far it dosent have debuging system, like if there arent any coords in a option, or if you blocked all races or classes.

    the Level limit limits players that is lower then the number you input to be teleported.

    Please report back any problems or sugestions you may have

    todo:
    -Debuging befor generating the script *Fixed*
    -Fix delete button :P creats an error atm thats why its disabled*Fixed*
    -Make the Npc say whats wrong when a player isent allowd to teleport to places. *Fixed*
    -add "Back" button in the sub menu gossip.


    you still need to compile the script.

    I dont understand what dose this do?
    https://i267.photobucket.com/albums/ii285/messblack/sig.gif

  11. #11
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SEdwards1 View Post
    I believe you mate.

    However, does this create the source code correctly now?
    Or is this still just a preview of what it can do.

    Many kind regards,
    Shaun.
    well, not really, just tested it again, it forgets to add a new line 2 times and forgets GossipMenu * Menu;
    Code:
    if(pCreature==NULL) 		return 		; switch(IntId)
    it should be
    Code:
    if(pCreature==NULL)
    	return ;
    GossipMenu * Menu;
    switch(IntId)
    was able to compile it after fixing that.

    im gonna upload a new version in a few min., just gonna finish tweeking it a bit, cleaning it.

    Edit: i has bin updated.

    @walros
    in theory it should generate a WarpNPC script that you just need to complie, its not as good as writeing 1 by hand but its more for newbs to learn basic ascent scripting.
    Last edited by alek900; 01-04-2008 at 12:35 PM.

  12. #12
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay sorry.. it is hard knowing if you really made it unless we have proof. A name can be made up by anyone. But I'm still not sure about if you posted this first
    Last edited by Le Froid; 05-08-2008 at 06:18 PM. Reason: typo

  13. #13
    martaz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just mad my own teleporter guy now what i do

  14. #14
    martaz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so could anyone tell me what to do how i can make it work or anything ?

  15. #15
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

Page 1 of 3 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 09:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search