[Ascent]Creating own Items/mobs and vendors Ascent 

Newbie Spellweaver
Joined
Oct 29, 2007
Messages
23
Reaction score
0
Creating weapons
First go to Wow-v.com/create.php, you'll have to register the website.
After you have done it you can choose what you gonna make. Choose weapon.
Security - [Ascent]Creating own Items/mobs and vendors - RaGEZONE Forums

I'll explaine in detail what the diffrent thing is
Name: Of course the weapon name
Quality: If its gray, white, green, purple, orange.
Quate: The yellow text bellow the stats. You'll see
Now lets find the display ID, go to Wowhead.com and search for the weapon you want to have as "look". Done? Then go to G-Run.net/ID choose item ID's
Scroll down to the ID -> Look over the right side. Thats the DisplayID
DisplayID: Its how the weapon look
Entry: Its the entry of wep. ex: .additem 123, make sure it aint in use.
You'll easy understand the rest like Item type.

Custom chance/use/equip on hit.
Security - [Ascent]Creating own Items/mobs and vendors - RaGEZONE Forums

Press at "(Click to change, Mode: EASY"
Then it will look like this
Security - [Ascent]Creating own Items/mobs and vendors - RaGEZONE Forums

Ex: If you want stormstrike at chance on hit seach for it there, and enter it at "bonus". What you gonna enter is the ID of the spell
You can also make 4 more "chance on hit/On eqiup" but its bad with too many,

Then fill out rest and press "Submit"
Then "Download batch" save it a place you remember
I'll teach you how to upload them to your server at the end of tut.

Making vendors
To start press at
Security - [Ascent]Creating own Items/mobs and vendors - RaGEZONE Forums
in the navigator.

Name: Your vendor name Donky
Subname: The subname of your vendor Ex: <My subname>
Get display ID: Go to wowhead.com find a creature you want to use.
Copy the ID and go into - Scroll down to your ID and you'll see the displayID next to the name.
DisplayID: How your vendor looks
VendorID is the entry ex: .npc spawn 282882. Make sure it aint already in use.
Level: The vendor level
Faction; If you gonna have it for all choose Neutral faction. Or else you choose the main city to your side. Alliance/Horde
Vendor type: If you can repair or not at that vendor.
VendorID: Same as you entered at the start.
Item ID: Add a item to your vendor. or else it wouldnt work. Your item can be removed lated .npc vendorremoveitem ID
Quantity: Just leave it

Adding more items to your vendor: Type .npc Vendoradditem ID
To find your item ID type in-game: .lookupitem name/stickword


Creating a mob
If you have a level cap over 70 you need custom mobs.
Just create your creature as your vendor. Spawn it in game
And type: .mod faction ID
The faction can be found at Wowhead.com search for your area
F.eks: Durator.


Uploading your item with Navicat
First go download Navicat at Navicat.com
Connect your database
"New connection"
Connection name: Your server name
Hostname / I.P adress: 127.0.0.1
Port: Normaly 3306
Username: root
password: ascent - If you havent changed it

Connect it. Press at it. Press at "ascent " so all the tables open.
Rightclick at ascent and "Execute batch file"
Upload the vendors/mobs/weapons/armors you made.
If it writes "unsuccesful" it use to be that you already have a thing with that entry

Log into your server and type .reloadtable
Sometimes it helps to restart ur server

NOTE: Dont make your weapon, armor, or mobs to powerful if you dont have uber high rate.

This is my first tutorial so hope you like it, and hope you did get some help.
And if anyone see this at d3scene, its mine (Marshal__)
 
Last edited:
yea.. One question.When i try to execute batch file , then it throws me out of navicat Lite.
 
I made my item on wow-v and downloaded the batch. Then I went into navicat and executed the batch into the ascent button. It says succesful but when I go into my server and reload the items table its says item does not exist. This is really making me mad lol.


*EDIT*
Now its saying unsuccesful when I try to execute it but the item is still not accessible in game.
 
Back