MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Programs
Reload this Page [RELEASE!] Vendor and NPC Generator. =)
Programs This section is for programs that can be used on Emulated servers
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
[RELEASE!] Vendor and NPC Generator. =)
(#1)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
[RELEASE!] Vendor and NPC Generator. =) - 05-30-2008

Yes i made this becuase of S7's request and mainly becuase wow-v sucks hardcore.

Same rules apply. if i see it leaked. its outaa here.

[Only registered and activated users can see links. ]

Source:

Code:
<HTML>
<HEAD>
 <TITLE>Vendor Generator By Snailz</TITLE>
</HEAD>
<BODY>


<form action="generate2.php" method="post">
 EntryID: <input type="text" name="id" size="30"> (Needed)
 <br/>
 <br/>
 Name: <input type="text" name="name" size="30"> (Needed)
 <br/>
 <br/>
 Subname: <input type="text" name="subname" size="30">
 <br/>
 <br/>
  Displayid: <input type="text" name="display" size="30">  (Needed)
 <br/>
 <br/>
 <input name="type" type="hidden" value="hid" />
    Type: <select name="type" size="1">

        <option value="7">Type</option>
        <option value="1">Beast</option>
        <option value="2">Dragonkin</option>
        <option value="3">Demon</option>
        <option value="4">Elemental</option>
        <option value="5">Giant</option>
        <option value="6">Undead</option>
        <option value="7">Humaniod</option>
        <option value="8">Critter</option>
        <option value="9">Mechanical</option>
        <option value="10">Totem</option>
</select> (Leave if you want Default (Humaniod)<br /><br />

<input name="family" type="hidden" value="hid" />
    Family: <select name="family" size="1">

        <option value="0">Family</option>
        <option value="1">Wolf</option>
        <option value="2">Cat</option>
        <option value="3">Spider</option>
        <option value="4">Bear</option>
        <option value="5">Boar</option>
        <option value="6">Crocolisk</option>
        <option value="7">Carrion Bird</option>
        <option value="8">Crab</option>
        <option value="9">Gorilla</option>
        <option value="11">Raptor</option>
        <option value="12">Tallstrider</option>
        <option value="15">Felhunter</option>
        <option value="16">Voidwalker</option>
        <option value="18">Succubus</option>
        <option value="19">Doomguard</option>
        <option value="20">Scorpid</option>
        <option value="21">Turtle</option>
        <option value="23">Imp</option>
        <option value="24">Bat</option>
        <option value="25">Hyena</option>
        <option value="26">Owl</option>
        <option value="27">Wind Serpent</option>
        <option value="28">Remote Control</option>
        <option value="29">Fel Guard</option>
        <option value="30">Dragonhawk</option>
        <option value="31">Ravager</option>
        <option value="32">Warp Stalker</option>
        <option value="33">Sporebat</option>
        <option value="34">Nether Ray</option>
        <option value="35">Serpent</option>
</select><br /><br />

<input name="rank" type="hidden" value="hid" />
    Rank: <select name="rank" size="1">

        <option value="0">Normal</option>
        <option value="1">Elite</option>
        <option value="2">Rare Elite (?)</option>
        <option value="3">Boss</option>
</select><br />
 <br/>
Faction: <input type="text" name="faction" size="30">  (Needed)
<br/>
<br/>
Level: <input type="text" name="level" size="30">  (Needed)
<br/>
<br/>
 <input name="scale" type="hidden" value="hid" />
    Scale: <select name="scale" size="1">

        <option value="0">0</option>
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
</select><br /><br />

 <input name="flags" type="hidden" value="hid" />
    Flags: <select name="flags" size="1">

        <option value="0">Normal</option>
        <option value="4224">Vendor</option>
</select><br /><br />

Sells Item#1: <input type="text" name="item1" size="30"><br />
Sells Item#2: <input type="text" name="item2" size="30"><br />
Sells Item#3: <input type="text" name="item3" size="30"><br />
Sells Item#4: <input type="text" name="item4" size="30"><br />
Sells Item#5: <input type="text" name="item5" size="30"><br />

<input type="submit" value="Generate!">
 <br/>
 <br/>


 <textarea name="output" cols="130" rows="20">
<?php
$name = $_POST['name'];
$subname = $_POST['subname'];
$displayid = $_POST['displayid'];
$type = $_POST['type'];
$family = $_POST['family'];
$rank = $_POST['rank'];
$faction = $_POST['faction'];
$level = $_POST['level'];
$scale = $_POST['scale'];
$id = $_POST['id'];
$flags = $_POST['flags'];
$item1 = $_POST['item1'];
$item2 = $_POST['item2'];
$item3 = $_POST['item3'];
$item4 = $_POST['item4'];
$item5 = $_POST['item5'];


if ($flags=="0")
echo "
INSERT INTO `creature_names` VALUES ('$id', '$name', '$subname', '', '0', '$type', '$family', '$rank', '0', '0', '$displayid', '$displayid', '0', '0', '1', '1', '0', '0');

INSERT INTO `creature_proto` VALUES ('$id', '70', '70', '$faction', '10000', '10000', '10000', '$scale', '$flags', '2000', '0', '6000', '6000', '0', '0', '0', '0', '33304', '33490690', '789', '33307', '33490436', '1038', '0', '0', '0', '360000', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2.5', '8', '14', '0');";

 elseif($flags=="4224")
echo "INSERT INTO `vendors` VALUES ('$id', '$item1', '0', '0', '0');
INSERT INTO `vendors` VALUES ('$id', '$item2', '0', '0', '0');
INSERT INTO `vendors` VALUES ('$id', '$item3', '0', '0', '0');
INSERT INTO `vendors` VALUES ('$id', '$item4', '0', '0', '0');
INSERT INTO `vendors` VALUES ('$id', '$item5', '0', '0', '0');

INSERT INTO `creature_names` VALUES ('$id', '$name', '$subname', '', '0', '$type', '$family', '$rank', '0', '0', '$displayid', '$displayid', '0', '0', '1', '1', '0', '0');

INSERT INTO `creature_proto` VALUES ('$id', '70', '70', '$faction', '10000', '10000', '10000', '$scale', '$flags', '2000', '0', '6000', '6000', '0', '0', '0', '0', '33304', '33490690', '789', '33307', '33490436', '1038', '0', '0', '0', '360000', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '2.5', '8', '14', '0');";

?>
</textarea>
<br/>
<br/>

Made By Snailz @ MMowned.com - Becuase wow-v sucks.

</BODY>
</HTML>

Snailz


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote

Donate to remove ads.
(#2)
Old
Deamie's Avatar
Deamie is Offline
Master Sergeant
Rep Power: 2
Reputation: 10
Deamie is on a distinguished road
 
Posts: 107
Join Date: Jan 2007
Location: England
05-30-2008

Snailz from teh Blizzard HQ?
Anywho's, good work!


hhtp://www.mmowned.com/forums/graphics/157919-needed-movie graphics.html
Reply With Quote
(#3)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

i was but then i quit =/ and thx ^^ willing to make 2 more gens if any1 want some say pl0x


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#4)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

Nice. But what should i do if i want to add it to my own site to make it like a site for GM's? i know how to make the page but i cant get the "generate" to work


Reply With Quote
(#5)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

save the file as generate2.php

and make the link onto a diffrent page.


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#6)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

What link?


Reply With Quote
(#7)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

as in. link it to a diffrent file on youre site.

Dont keep it on one page =/ and have you named the file generate2.php ?


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#8)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

yep. ChiliWoW servegame org/generate2 php

ill try fix it now then


Reply With Quote
(#9)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

Cant find anywhere you placed your link Also sorry im such a big issue to you right now



Last edited by Minichili; 05-30-2008 at 08:34 AM.
Reply With Quote
(#10)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

show me the source for the page.


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#11)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

<HTML>
<HEAD>
<TITLE>Vendor Generator By Snailz</TITLE>
</HEAD>
<BODY>


<form action="generate2.php" method="post">
EntryID: <input type="text" name="id" size="30"> (Needed)
<br/>
<br/>

Name: <input type="text" name="name" size="30"> (Needed)
<br/>
<br/>
Subname: <input type="text" name="subname" size="30">
<br/>
<br/>
Displayid: <input type="text" name="display" size="30"> (Needed)
<br/>

<br/>
<input name="type" type="hidden" value="hid" />
Type: <select name="type" size="1">

<option value="7">Type</option>
<option value="1">Beast</option>
<option value="2">Dragonkin</option>

<option value="3">Demon</option>
<option value="4">Elemental</option>
<option value="5">Giant</option>
<option value="6">Undead</option>
<option value="7">Humaniod</option>
<option value="8">Critter</option>

<option value="9">Mechanical</option>
<option value="10">Totem</option>
</select> (Leave if you want Default (Humaniod)<br /><br />

<input name="family" type="hidden" value="hid" />
Family: <select name="family" size="1">

<option value="0">Family</option>

<option value="1">Wolf</option>
<option value="2">Cat</option>
<option value="3">Spider</option>
<option value="4">Bear</option>
<option value="5">Boar</option>
<option value="6">Crocolisk</option>

<option value="7">Carrion Bird</option>
<option value="8">Crab</option>
<option value="9">Gorilla</option>
<option value="11">Raptor</option>
<option value="12">Tallstrider</option>
<option value="15">Felhunter</option>

<option value="16">Voidwalker</option>
<option value="18">Succubus</option>
<option value="19">Doomguard</option>
<option value="20">Scorpid</option>
<option value="21">Turtle</option>
<option value="23">Imp</option>

<option value="24">Bat</option>
<option value="25">Hyena</option>
<option value="26">Owl</option>
<option value="27">Wind Serpent</option>
<option value="28">Remote Control</option>
<option value="29">Fel Guard</option>

<option value="30">Dragonhawk</option>
<option value="31">Ravager</option>
<option value="32">Warp Stalker</option>
<option value="33">Sporebat</option>
<option value="34">Nether Ray</option>
<option value="35">Serpent</option>

</select><br /><br />

<input name="rank" type="hidden" value="hid" />
Rank: <select name="rank" size="1">

<option value="0">Normal</option>
<option value="1">Elite</option>
<option value="2">Rare Elite (?)</option>
<option value="3">Boss</option>

</select><br />
<br/>
Faction: <input type="text" name="faction" size="30"> (Needed)
<br/>
<br/>
Level: <input type="text" name="level" size="30"> (Needed)
<br/>
<br/>
<input name="scale" type="hidden" value="hid" />
Scale: <select name="scale" size="1">

<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select><br /><br />

<input name="flags" type="hidden" value="hid" />

Flags: <select name="flags" size="1">

<option value="0">Normal</option>
<option value="4224">Vendor</option>
</select><br /><br />

Sells Item#1: <input type="text" name="item1" size="30"><br />
Sells Item#2: <input type="text" name="item2" size="30"><br />
Sells Item#3: <input type="text" name="item3" size="30"><br />

Sells Item#4: <input type="text" name="item4" size="30"><br />
Sells Item#5: <input type="text" name="item5" size="30"><br />

<input type="submit" value="Generate!">
<br/>
<br/>


<textarea name="output" cols="130" rows="20">
</textarea>
<br/>
<br/>

Made By Snailz @ MMowned.com - Becuase wow-v sucks.

</BODY>
</HTML>


Reply With Quote
(#12)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

wheres the php in it lol ^^ ?


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#13)
Old
Minichili's Avatar
Minichili is Offline
Knight-Lieutenant
Rep Power: 1
Reputation: 12
Minichili is on a distinguished road
 
Posts: 254
Join Date: Mar 2008
Location: Coldreaver.com
05-30-2008

lol took it exacly from your site


Reply With Quote
(#14)
Old
Snailz's Avatar
Snailz is Offline
Contributor
Rep Power: 2
Reputation: 210
Snailz has a spectacular aura aboutSnailz has a spectacular aura aboutSnailz has a spectacular aura about
 
Posts: 833
Join Date: Nov 2007
Location: Your Mind
05-30-2008

use mt code >.< the one i posted at the top.....then it will work.


----------------
Lua,Lua++,Sql,C++ And Php & Html Coder

----------------
Reply With Quote
(#15)
Old
rahburt33 is Offline
Master Sergeant
Rep Power: 1
Reputation: 9
rahburt33 is an unknown quantity at this point
 
Posts: 108
Join Date: Feb 2008
Location: =]
05-31-2008

the link doesent work, also is it for open ascent or reg. ascent?
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303