Forums WoW Modding Resources Tools [Archive] [RELEASE!] Playercreateinfo_spells Generator. =)

[Archive] [RELEASE!] Playercreateinfo_spells Generator. =)

[Archive] [RELEASE!] Playercreateinfo_spells Generator. =)

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#1
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:LIVE DEMO

Here

IF I SEE THIS LEAKED OR HASENT GOT THE MADE BY SNAILZ BIT I WILL REMOVE.


Source:

Code:
<HTML>
<HEAD>
<TITLE>Made By Snailz</TITLE>
</HEAD>
<BODY>

<form action="generate.php" method="post">
<input name="class" type="hidden" value="hid" />
Class: <select name="class" size="1">

<option value="0">Class</option>
<option value="1">Warrior</option>
<option value="2">Paladin</option>
<option value="3">Hunter</option>
<option value="4">Rouge</option>
<option value="5">Priest</option>
<option value="6">Shaman</option>
<option value="7">Mage</option>
<option value="8">Warlock</option>
<option value="9">Druid</option>
<option value="10">All</option>

</select><br /><br />
Spell ID: <input type="text" name="spell" size="30">
<br/>
<br/>
Spell ID#2: <input type="text" name="spell2" size="30"> (Leave The bottom section if you dont use this)
<br/>
<br/>
<input type="submit" value="Generate!">
<br/>
<br/>
<textarea name="output" cols="130" rows="20">
<?php

$entry = $_POST['class'];
$id = $_POST['hid'];
$spell = $_POST['spell'];
$spell2 = $_POST['spell2'];

if ($entry=="0")
echo "$id";

elseif($entry=="1")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
";

elseif($entry=="2")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
";

elseif($entry=="3")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
";

elseif($entry=="4")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
";

elseif($entry=="5")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');

";

elseif($entry=="6")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
";

elseif($entry=="7")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
";

elseif($entry=="8")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
";

elseif($entry=="9")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');
";

elseif($entry=="10")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');

";

?>
</textarea>

<br/>
<br/>
This Script Was made by Snailz @ MMowned.com

</BODY>
</HTML>
Snailz [Image: wink.png]
rektbyfaith
11-04-2025, 12:45 PM #1

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:LIVE DEMO

Here

IF I SEE THIS LEAKED OR HASENT GOT THE MADE BY SNAILZ BIT I WILL REMOVE.


Source:

Code:
<HTML>
<HEAD>
<TITLE>Made By Snailz</TITLE>
</HEAD>
<BODY>

<form action="generate.php" method="post">
<input name="class" type="hidden" value="hid" />
Class: <select name="class" size="1">

<option value="0">Class</option>
<option value="1">Warrior</option>
<option value="2">Paladin</option>
<option value="3">Hunter</option>
<option value="4">Rouge</option>
<option value="5">Priest</option>
<option value="6">Shaman</option>
<option value="7">Mage</option>
<option value="8">Warlock</option>
<option value="9">Druid</option>
<option value="10">All</option>

</select><br /><br />
Spell ID: <input type="text" name="spell" size="30">
<br/>
<br/>
Spell ID#2: <input type="text" name="spell2" size="30"> (Leave The bottom section if you dont use this)
<br/>
<br/>
<input type="submit" value="Generate!">
<br/>
<br/>
<textarea name="output" cols="130" rows="20">
<?php

$entry = $_POST['class'];
$id = $_POST['hid'];
$spell = $_POST['spell'];
$spell2 = $_POST['spell2'];

if ($entry=="0")
echo "$id";

elseif($entry=="1")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
";

elseif($entry=="2")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
";

elseif($entry=="3")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
";

elseif($entry=="4")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
";

elseif($entry=="5")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');

";

elseif($entry=="6")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
";

elseif($entry=="7")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
";

elseif($entry=="8")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
";

elseif($entry=="9")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');
";

elseif($entry=="10")
echo
"INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell');

Spell id 2

INSERT INTO `playercreateinfo_spells` VALUES ('44', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('1', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('2', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('3', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('4', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('5', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('6', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('7', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('8', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('56', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('50', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('9', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('10', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('45', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('11', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('12', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('15', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('16', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('17', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('46', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('51', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('18', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('19', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('20', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('21', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('22', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('23', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('24', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('52', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('25', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('26', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('27', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('28', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('29', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('47', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('53', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('30', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('31', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('32', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('48', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('34', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('35', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('36', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('37', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('49', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('54', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('38', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('39', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('40', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('41', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('55', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('42', '$spell2');
INSERT INTO `playercreateinfo_spells` VALUES ('43', '$spell2');

";

?>
</textarea>

<br/>
<br/>
This Script Was made by Snailz @ MMowned.com

</BODY>
</HTML>
Snailz [Image: wink.png]

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#2
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Also Takeing Requests on other Gen's to. Please post if you have any bugs etc.
rektbyfaith
11-04-2025, 12:45 PM #2

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Also Takeing Requests on other Gen's to. Please post if you have any bugs etc.

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#3
Archived author: Sonic Waffle • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Haha, so you finally got it working! [Image: wink.png]

Good work and +Rep.
rektbyfaith
11-04-2025, 12:45 PM #3

Archived author: Sonic Waffle • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Haha, so you finally got it working! [Image: wink.png]

Good work and +Rep.

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#4
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Yeah I got it working /dance ^^ Thx pig
rektbyfaith
11-04-2025, 12:45 PM #4

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Yeah I got it working /dance ^^ Thx pig

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#5
Archived author: kate1 • Posted: 2025-11-04T13:45:59.662332
Original source

Quote: oh! really good^^
rektbyfaith
11-04-2025, 12:45 PM #5

Archived author: kate1 • Posted: 2025-11-04T13:45:59.662332
Original source

Quote: oh! really good^^

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#6
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Kepp the commets comeing =O

and i need some requests
rektbyfaith
11-04-2025, 12:45 PM #6

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Kepp the commets comeing =O

and i need some requests

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#7
Archived author: b!atch • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Nice[Image: smile.png] +rep.. Btw u spelled priest wrong[Image: tongue.gif]

EDIT: cant rep Tongue
rektbyfaith
11-04-2025, 12:45 PM #7

Archived author: b!atch • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Nice[Image: smile.png] +rep.. Btw u spelled priest wrong[Image: tongue.gif]

EDIT: cant rep Tongue

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#8
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:ill fix tht =/
rektbyfaith
11-04-2025, 12:45 PM #8

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:ill fix tht =/

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#9
Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:3 people reply and 31 veiws.

I smell leeching.
rektbyfaith
11-04-2025, 12:45 PM #9

Archived author: Snailz • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:3 people reply and 31 veiws.

I smell leeching.

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#10
Archived author: Power of Illuminati • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Nice one, +Rep for you ofcourse

Thinked if you could make a generator for anything else, as it seems that you want request. But can't find anything for that =S It's already one for createitems... you got one for spells now and that is awsome.

But I just came up with an idea to improve this. Would it be able to write in more then one spell, like 10 spells on each time, and then get a full sql for the 10 spells. Or something like that [Image: smile.png]
rektbyfaith
11-04-2025, 12:45 PM #10

Archived author: Power of Illuminati • Posted: 2025-11-04T13:45:59.662332
Original source

Quote:Nice one, +Rep for you ofcourse

Thinked if you could make a generator for anything else, as it seems that you want request. But can't find anything for that =S It's already one for createitems... you got one for spells now and that is awsome.

But I just came up with an idea to improve this. Would it be able to write in more then one spell, like 10 spells on each time, and then get a full sql for the 10 spells. Or something like that [Image: smile.png]

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)