3D Character megjelenítő (need help!)

Indította Roamer, 2011 szeptember 18, 08:14:40 DÉLUTÁN

Előző téma - Következő téma

NevemSenki


        public static const TypeItem:int=1;

        public static const TypeHelm:int=2;

        public static const TypeShoulder:int=4;

        public static const TypeNpc:int=8;

        public static const TypeCharacter:int=16;

        public static const TypeHumanoidNpc:int=32;

        public static const TypeObject:int=64;

        public static const TypeArmor:int=128;

        public static const TypePath:int=256;

        public static const Genders:Array=new Array("Male", "Female");

        public static const Races:Array=new Array("", "Human", "Orc", "Dwarf", "NightElf", "Scourge", "Tauren", "Gnome", "Troll", "Goblin", "BloodElf", "Draenei", "FelOrc", "Naga_", "Broken", "Skeleton", "Vrykul", "Tuskarr", "ForestTroll", "Taunka", "NorthrendSkeleton", "IceTroll", "Worgen", "Human", "Pandaren");

        public static const UniqueSlots:Array=new Array(0, 1, 0, 3, 4, 5, 6, 7, 8, 9, 10, 0, 0, 21, 22, 22, 16, 21, 0, 19, 5, 21, 22, 22, 0, 21, 21);

        public static const SlotOrder:Array=new Array(0, 16, 0, 15, 1, 7, 9, 5, 6, 10, 11, 0, 0, 17, 18, 19, 14, 20, 0, 8, 7, 21, 22, 23, 0, 24, 25);

        public static const SlotType:Array=new Array(0, 2, 0, 4, 128, 128, 128, 128, 128, 128, 128, 0, 0, 1, 1, 1, 128, 1, 0, 128, 128, 1, 1, 1, 0, 1, 1);

        public static const AlternateSlot:Array=new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0);


Kis segítség, ha valaki másra is szeretné használni.

Üdv.: Senki
Csak a Puffin ad neked erőt, és mindent lebíró akaratot!

Roamer

Sziasztok!
Próbálgatom beüzemelni hátha sikerül valamit összehozni ennek a használatával. Amikor Rákeresek a karakterre, elértem, hogy betöltse, de azt írja ki, hogy:

IdézNotice: Undefined index: item_template in C:\xampp\htdocs\mop\php\char.php on line 97

Notice: Undefined index: item_template in C:\xampp\htdocs\mop\php\char.php on line 97

Notice: Undefined index: item_template in C:\xampp\htdocs\mop\php\char.php on line 97

Notice: Undefined index: item_template in C:\xampp\htdocs\mop\php\char.php on line 97

Notice: Undefined index: item_template in C:\xampp\htdocs\mop\php\char.php on line 97

Így ennyiszer pont. Találtam rá olyant, hogy az isset()-et kellene használni. Szóval a 97. sor ezt tartalmazza:
$item_template = $row['item_template'];

Én meg beleraktam az isset-et, igaz lehet rosszul: $item_template = isset($row['item_template']);

És így már nincs hibaüzenet, de nem jeleníti meg a karakter cuccait. Teljesen pucér a karakter. Ez minek a hibája lehet?
"A google a barátom, wikipedia a barátnőm, youtube a szeretőm!"

Powered by EzPortal