Easy way to make custom weapons and armor menu

Shout-Out

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 73
  1. #31
    Bladevil's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Originally Posted by deadsteel View Post
    Im a new person to practically all programming, could someone please private message me and give me some help, The most I can do is speed and wall hack


    :confused: Please help me...
    Offtopic
    Monty Trial Bike
    It's my lifestyle... Dont like it :gtfo2:

    Easy way to make custom weapons and armor
  2. #32
    kc102's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Originally Posted by Bladevil View Post
    This is great, i've made two weapons... it took a while for me to understand everything, but now suddently i get a error.. the window looks like this



    The main errors are


    Any ideas?
    Seems like there are already items with those IDs.
    I suggest entry IDs to start at 99000 for creatures, items, and creature proto and then 999000 for creature drops.
    Also make sure the `items` table is actually in your DB and check to see if its called something else.
    Message me for Basic Private Server Setup help.

  3. #33
    Bladevil's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    There is something weird, cause the weapons i tried to add are now on the server even tough it said "Unsucesfull" every time.
    Monty Trial Bike
    It's my lifestyle... Dont like it :gtfo2:

  4. #34
    kc102's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Yea, MySQL has a tendency to do that.
    Message me for Basic Private Server Setup help.

  5. #35
    johnerhuber's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Need some help, ok i copy the part after value and put it in the txt. i deleted the -1 and saved it, imported it into the navicat item_template then i do the importing with the right steps it says it was unsucsessful with 1 error and it says the error is >>> [Err] [Imp] 1062 - Duplicate entry '0' for key 1 <<<<< can anyone help me its prolly something realy noob that i missed but any help wanted, thanks

  6. #36
    kc102's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Did you change the entry ID?
    The 1st field
    For my items I use 99000, then my next item I used 99001, ect.
    Message me for Basic Private Server Setup help.

  7. #37
    johnerhuber's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    yea for like display id i picked an item and used its numbers then for entry # i put johner, is that wrong? do you have to use numbers only? sorry im new =(

    EDIT

    ok i figured it out, i changed the entry from "johner" to "99000" and it says it was sucsessfull, i go ingame, under admin account, and .additem 99000 but no luck, says its an invalid id, whats up heh

    EDIT

    ok i fixed it, but now when i create the item, its not really like mine at all, the picuter is a ? and the " " is not what i set it so, nor is most of the damage or just things like that? could it be a wrong version or something. < or how do i check my version
    Last edited by johnerhuber; 09-13-2007 at 11:49 AM.

  8. #38
    kc102's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Make sure you have a good display ID.
    Message me for Basic Private Server Setup help.

  9. #39
    JoetheDruid's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Originally Posted by Zabitako View Post
    sorry if its a noob question to ask, but where is the mysql? >.< also, each time i try to connect on localhost, it keeps saying:

    1045 - Access denied for user 'mangos@localhost' (using password:YES)

    plz help me!


    edit:nvm, i got it working.
    I had the same problem, I will assume you are using Aukillas, or what ever, no disrespect bro, so what you need to put in for the stuff is root for the username and mangos for the password. Good to go

  10. #40
    johnerhuber's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Originally Posted by kc102 View Post
    Make sure you have a good display ID.
    ok im not using aurilles thing, i created my own server and made it online, with this guide (((http://www.mmowned.com/forums/mangos...-2-server.html)))) i tried adding weapons but they are all unsuccsessfull becuase to many cells or something, is that because i am using the wrong version or something? if there is a later version of mangos then the one form that fourm can someone please tell me? thanks.

    EDIT

    ok i retried this time in the code i removed the brackets at the begging and end,also everything before and after them, it was succsessfull but still couldnt find the item ingame. well i tried readding it but i clicked next, clicked comma, next to mostway to the end, there was the list of what it did ie: dmgmin1 = blah blah, but everything was out of order, it almost seemed like everyting was one space down from what it was supose to be. i tried to fix all that by hand, took like 30 mins double checking things, but nogo because im dumb and i guess entered the same entry 2ice, but all that work down the drain <<< can anyone tell me if what i was doing might have worked if i put the stuff in the right places or can someone give me a solution to the website that created the code for you. THANKS
    Last edited by johnerhuber; 09-14-2007 at 12:44 AM.

  11. #41
    johnerhuber's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    /cry noone is ever on to help hehe. ^^

  12. #42
    Snowflake's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    thx dude, that helped alot

  13. #43
    rambo's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    GREATE m8!!!

  14. #44
    p0ke's Avatar Contributor

    Reputation
    191
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    Cool post ^^,


  15. #45
    flash95's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Easy way to make custom weapons and armor

    when i try to open localhost it just says: 1045 - acces denied for user: xxxx@xxxx Using password "YES" any1 knows what the problem is?

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Easy way to make ascent server and making it public :D
    By Phirotic in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 08-19-2010, 09:29 PM
  2. easy way to make custom items quests and npc's
    By XxSellusxX in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 05-15-2008, 02:29 PM
  3. [Guide] Safe and Easy way of Making Custom *Armor*Weapons*Bags*Etc.
    By Job For a Cowboy in forum WoW EMU Guides & Tutorials
    Replies: 60
    Last Post: 01-26-2008, 08:55 AM
  4. Easy way to get custom items, and more!
    By ubrpwnt in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-25-2007, 09:12 AM
  5. Easy way to skill up weapons... and a little discrete
    By makersmark2 in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 04-07-2007, 04:44 AM
All times are GMT -5. The time now is 09:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search