[Archive] WarpNPC script generator
[Archive] WarpNPC script generator
Quote: Originally Posted by SEdwards1
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.
Archived author: alek900 • Posted: 2025-11-04T13:46:00.129928
Original source
Quote: Originally Posted by SEdwards1
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.
Quote: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
Archived author: Le Froid • Posted: 2025-11-04T13:46:00.129928
Original source
Quote: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
Quote: i just mad my own teleporter guy now what i do
Archived author: martaz • Posted: 2025-11-04T13:46:00.129928
Original source
Quote: i just mad my own teleporter guy now what i do
Quote: so could anyone tell me what to do how i can make it work or anything ?
Archived author: martaz • Posted: 2025-11-04T13:46:00.129928
Original source
Quote: so could anyone tell me what to do how i can make it work or anything ?
Quote: 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
Archived author: EmuGod • Posted: 2025-11-04T13:46:00.129928
Original source
Quote: 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