[RELEASE!] Playercreateinfo_spells Generator. =) menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE!] Playercreateinfo_spells Generator. =)

    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
    Last edited by Snailz; 05-29-2008 at 09:32 AM. Reason: wrong spelling lawl.

    [RELEASE!] Playercreateinfo_spells Generator. =)
  2. #2
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also Takeing Requests on other Gen's to. Please post if you have any bugs etc.
    Cheese Cake?

  3. #3
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, so you finally got it working!
    Good work and +Rep.


  4. #4
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I got it working /dance ^^ Thx pig
    Cheese Cake?

  5. #5
    kate1's Avatar Member
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh! really good^^


    Graphic designer for crossfire-entertainment! And thx to Brightchild for my great sig

  6. #6
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kepp the commets comeing =O

    and i need some requests
    Cheese Cake?

  7. #7
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice +rep.. Btw u spelled priest wrong

    EDIT: cant rep :P
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  8. #8
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill fix tht =/
    Cheese Cake?

  9. #9
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3 people reply and 31 veiws.

    I smell leeching.
    Cheese Cake?

  10. #10
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  11. #11
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    10x would be way to much =/ ill do 3x ^^ but i need help with arrays =O
    Cheese Cake?

  12. #12
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    added spell id 2.

    didnt do any more becuase someone running a server should be able to press generate =/
    Cheese Cake?

  13. #13
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice contribution i like it +rep

  14. #14
    Snailz's Avatar Contributor Authenticator enabled
    Reputation
    239
    Join Date
    Nov 2007
    Posts
    941
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    glad you liked it ^^ still looking for more ideas
    Cheese Cake?

  15. #15
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice. +Rep x3!

    /reported wrong section

Similar Threads

  1. [Release] Next Generation DIII Multibotting - VirtualGameEngine
    By clickworx in forum Diablo 3 Bots and Programs
    Replies: 0
    Last Post: 08-30-2012, 08:45 AM
  2. [Release] GameCard Generator
    By Zaxer in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 11-12-2009, 03:05 PM
  3. [Release] Gamecard Generator - Batch File
    By Mudkips in forum World of Warcraft Bots and Programs
    Replies: 147
    Last Post: 10-30-2009, 07:39 PM
  4. [Release] playercreateinfo_spells for instant 60/70 servers. Accepting requests :)
    By TheSpidey in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 05-28-2008, 06:01 PM
  5. [Release] Starting Gear Query Generator (May be Updated)
    By wowcomputer in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-25-2007, 11:43 PM
All times are GMT -5. The time now is 01:21 AM. 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