Hey guys KingMitch here,
Today i bring to Mmowned the first scripted Arthas ive seen so far if wrong please correct. Arthas working and everyhting is perfectly the lua script is not messed up so dont go into it and mess it up then complain to me lol.
Do download it go to:
Here!
You may also now download here as a .rar
Here!
For the Npc Arthas:
Thats all just put the .lua file in your script folder and mak sure lua scripting is enabled in your world config file should looke something like this:Code:INSERT INTO `creature_names` VALUES ('90000', 'Arthas', 'The Lich King', '', '0', '7', '0', '3', '0', '0', '22235', '22235', '0', '0', '1', '1', '0', '0'); INSERT INTO `creature_proto` VALUES ('90000', '70', '70', '14', '2345', '5434', '7688729943', '2', '0', '2000', '0', '6000', '6000', '0', '0', '0', '0', '33304', '33490690', '789', '33307', '33490436', '1038', '0', '0', '0', '360000', '0', '0', '0', '0', '0', '0', '0', '1', '1', '(MEMO)', '0', '0', '0', '0', '2.5', '8', '14', '0', '0', '0', '0', '0', '0');
Code:#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Scripting Engine Setup # # Ascent can support multiple script backends via the means of loading .dll files for them. # This section in the config can enable/disable those backends. # # LUA # If you would like to enable the LUA scripting backend, enable this. # Default: 1 (Enabled) # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# <ScriptBackends LUA="1" AS="1">
Developer,
KingMitch