legend 5 is out still no release from shadowz75 hope he is ok :( , i realy miss that bastard, the best emu developer :)
Quote:
CREATE TABLE IF NOT EXISTS `npcs` (
`npc_id` int(14) NOT NULL AUTO_INCREMENT,
`npc_typeid` int(4) NOT NULL,
`npc_uniqueid` int(10) NOT NULL,
`npc_modelid` int(10) NOT NULL,
`npc_xsector` int(4) NOT NULL,
`npc_ysector` int(4) NOT NULL,
`npc_x` int(15) NOT NULL,
`npc_y` int(15) NOT NULL,
`npc_z` int(15) NOT NULL,
`npc_isTeleport` int(1) DEFAULT '0',
`npc_isStorage` int(1) DEFAULT '0',
PRIMARY KEY (`npc_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
Quote:
CREATE TABLE IF NOT EXISTS `teleport` (
`tele_id` int(12) unsigned NOT NULL,
`tele_name` text NOT NULL,
`dest_xsector` int(5) NOT NULL,
`dest_ysector` int(5) NOT NULL,
`dest_x` int(5) NOT NULL,
`dest_y` int(5) NOT NULL,
`dest_z` int(5) NOT NULL,
PRIMARY KEY (`tele_id`),
KEY `tele_id` (`tele_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
and have monsters table in game but need now only C# pro :DQuote:
CREATE TABLE IF NOT EXISTS `npc_items` (
`item_id` int(14) NOT NULL,
`npc_typeid` int(14) NOT NULL,
`npc_tab` int(3) NOT NULL,
`npc_position` int(3) NOT NULL,
PRIMARY KEY (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
could you upload the database or a patch at sourceforge?Quote:
Now i have the NPC and Teleports tables created...
and have monsters table in game but need now only C# pro :D
if you want to start a flamewar, go ahead, flame your self, dont come here and make us hate you moreQuote:
<<so so.. i ban your mother
Game:Real Life
Ban:Darkhole1123 mother...
i have only mysql tables... im fixing now damage... and euro spaw place... i will share that if i will finish... i need yours help... i need mobs autospaw...Quote:
could you upload the database or a patch at sourceforge?
i have been working on it, but recentyl detect something, you need to validate between euro and chinese, euros have more damage, even without weapon, but on emu eus have chinese stats, maybe , thath will helpQuote:
you need use loader...
Edit tomorrow i will have NPC inserted in game... :P i will share here if some1 will tell me whith te dmg... i tried all allways getting biger dmg ~150~170 not 10~15....
Nope that thing dont helped me :D because and euro dmg are much bigger... ~160~180... Bad very bad....Quote:
i have been working on it, but recentyl detect something, you need to validate between euro and chinese, euros have more damage, even without weapon, but on emu eus have chinese stats, maybe , thath will help