another idea for you George, add material and color tint editing for your item editor =)
would be a great help at design time |
I never messed with color/materials - how does it work?
If it's simple enough, I'll add it in ..regarding item charges et.al, I am not sure myself even how to get those to work either... GeorgeS |
the material part should be rather simple
the material simply goes from 1 to 16 and indicates difffirent apperances this is so easy anyone could do this via advance options - just a number into material field. the numbers are: 0=No Graphic 1=Leather 2=Chain Mail 3=Plate 4=Monk Armor 10=Robe1 11=Robe2 12=Robe3 13=Robe4 14=Robe5 15=Robe6 16=Robe7 (you can view this textures in game by setting mob to one of the player races and asigning it #texture 1 to 16) so basicly just add extra to tem editing window where i could click select one of the types. idealy would be if it could also show in game apperance, but that you will prabaobly need to get few screenshots from in game. Color part is esentialy a long digit number - what i am proposing is adding a color window (like in game you had for paiting your armor) where user could select combos of RBG and your program converts this to a single number as used by item DB (for exmaple look up numbers for Bronze BP and Fine Steel one for comparacen) unfortunately i have no idea how RBG combo converts into that single number =) in a worst case scenario just allow to pick like 10-15 basic colors - numbers for these can be tracked by examinign items which are well known in game for havign special tint (bronze - orange, Ivy - green, mihrtil- light blue etc) |
For the color decimal number,
I think the RGB is in hex that you have to convert to a decimal number like $ff ff ff where red is 00-ff green 00-ff blue 00-ff which gives you 0-255 for red 0-255 for green 0-255 for blue so all red would be "ff 00 00" converts to decimal value 16711680 all blue would be "00 00 ff" equals decimal value 255 |
oh here is a good tool - in npc editor include an option to find and show all unused npc IDs from range X to Y
also add a search by npc ID, cuase when NPC do not belong to a spawn table, and you do not remember its name- there is no way to find it. and mayby even find and list all npcs who do not belong to any zone spawn tables |
^-^ For Item Tint colors, I figure I should pass along what I've figured out.
The color numbers are huge, Heres why. I don't suggest hex at all, unless you want to hex and then dehex the number. Instead use a function to break it down. Here's what I used (Sort of, I'm retyping it from my memory) Code:
Public Function ItemColor(ByVal Value as Long) as Color Code:
Private Sub ClickEvent(stuff that gens here) Handles label1.click If you'd like, I could make a function that puts them back together, though it's easer to just make a one line multiplyer. Code:
lngValue = lable1.backgroundcolor.color.A * 16777216 + lable1.backgroundcolor.color.R * 65536 + lable1.backgroundcolor.color.G * 256 + lable1.backgroundcolor.color.B |
Added by Request -
NPC Editor Tool ver - 6.7.07.01 -Searches by npc_id are now possible. - You can now find a range of unused npc_id's under Tools/ Find available npc_id's from Range. GeorgeS Color tool is being looked at |
great work GeogreS , thanks =)
what do you think about taking on a Spell Editor? I know there are atleast 2 spell editors around (one from Windcatcher, and one from some german person, I belive) but I bet you can do better =) the german spell editor is far easier to work with that the one by Windcatcher (or atleast that what it seems to me), its far more polished in terms of GUI and lots of special fields are explained (and it got very powerful search!!), but it does have a tendency to crush a lot (usualy after copying/adding a spell) |
help
how do i check my original host (numbers) from my original mysql account?
|
Quote:
Any idea why, after installing the eqitems AND ODBC drivers, I would get an error as follows: Quote:
My db.ini is as follows: Quote:
Cheers, jonogo |
In Resources/ folder, run register_ocx.bat
This goes for all the tools - they use .dll's and .ocx and need to be registered. A new version is coming soon that will enable one to equip Raid BOTS GeorgeS |
Quote:
-jonogo |
Working well, except:
1. When you hit the cancel button on the save profile dialog it does not cancel but actually saves the profile you use as an examples (I think its mage_default). 2. Minor issue - Mage_mid profile - I used this on a bot and one of the items in the profile shows up as a tent or a lean-to? It's funny, but probably should be fixed. Might be DB specific though, I am using PEQ. Other then that seems to work great. Much faster to equip an army of bots using this. |
I changed the cancel button function so a cancel no longer saves.
Your database may differ slightly - this is expected. Items may not show as the correct items in a custom items table. Mine are based on AX. Thanks for trying it out. GeorgeS |
item editor
I love your item editor i was wondering if you could load all the items like mangoos editor did i really like his but it is very dated now
|
All times are GMT -4. The time now is 04:13 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.