-
Sorcerer Supreme
Nether Wing Not showing O.o
Hi when I summon my nether wing it doesn't shows up, just like if I was flying in the air... It' like when you use the command ".cheat fly"... Well could anyone help me fixing this?
-
-
Newbie
Re: Nether Wing Not showing O.o
Did you try to look in the database.. for the display ID of the creature. Just find the ID ingame of the nether creature, and search it in the DB in creature_names, maybe it got deleted somekind, or it doesn't exist in that DB.
If i'm wrong, sorry. Can't help you in other way, or just try to make a new server (:
-
Sorcerer Supreme
Re: Nether Wing Not showing O.o
Hey ahem... thanks for trying, but i'm noobiest there, so, how an i find the creature's id ingame? ^^
-
Newbie
Re: Nether Wing Not showing O.o
Tell me what emulator you use, so i'll set up a server to see the prob... because i just corrupted mine.. again (:
If it's Antrix i'll tell you in a min what to do exactly.
-
Sorcerer Supreme
Re: Nether Wing Not showing O.o
I use Ascent, which I think is kinda "Antrix 2" isn't it? :) I use the one from Julian's repack... ^^
Edit: Netherwing item code (so you can test it) if you want:
-
Newbie
Re: Nether Wing Not showing O.o
Yea.. totaly.. bugged.. ill try to fix it.. or atlest i think so.. and meanwhile.. use netherdrake or somethnig (:
I like to edit my topic.. so what :P
-
Sorcerer Supreme
Re: Nether Wing Not showing O.o
-
Newbie
Re: Nether Wing Not showing O.o
No need realy of fixing, you can use the other drake, it looks the same and it's nether. But if you insist, i'll fix that one (:
Swift Nether Drake < use this
And look here... Search: Nether Drake the only working is the swift one, and nothing realy is so different about them (:
And btw if i fix it, the only difference is going to be the name from the other one...
-
Sorcerer Supreme
Re: Nether Wing Not showing O.o
thanks alot, but if i'd like to fix it, how could I do it?
-
Newbie
Re: Nether Wing Not showing O.o
Go to database form sqlyog (navicat whatever)... and it's complicated, you'll have to change the item, or copy it and make a new item with same parimeters and other things, there with the creature and the display ID...
If you make your way troo the maze (you learn in time, and im not a proffesional teacher), and you want to give the fix to others, you can make it by hand like this, taken from the custom shop fix... just copy a sql file and edit it>
DELETE FROM creature_names WHERE entry BETWEEN '50000' AND '50080';
this means to delete All The colons from 50000 to 50080... majory use for fixes..
than
INSERT INTO creature_names VALUES (50000, "Armor", "Dungeon I", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
INSERT INTO creature_names VALUES (50001, "Armor", "Dungeon II", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
these are the stast for every colon... this is going to be added, but if it exist, be sure to delete them by doing the upper one. and the file goes like this..
DELETE FROM creature_names WHERE entry BETWEEN '50000' AND '50080';
DELETE FROM creature_proto WHERE entry BETWEEN '50000' AND '50080';
INSERT INTO creature_names VALUES (50000, "Armor", "Dungeon I", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
INSERT INTO creature_names VALUES (50001, "Armor", "Dungeon II", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
INSERT INTO creature_names VALUES (50002, "Armor", "Dungeon III", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
INSERT INTO creature_names VALUES (50003, "Armor", "Raid Tier I", 0, 4, 0, 3, 0, 0, 18106, 1, 1, 1, 0);
I'm sure, you'll get it... it's not that hard,... i think xD
Edit: The Lower Post Has An Easyer Way (:
-
Sorcerer Supreme
Re: Nether Wing Not showing O.o
JulianX, I tried your solution, but it won't work, and Dundey, I'm depressed just LOOKING at your solution xD, but thanks anyway.!