|
Is it possible to add the old interface to the 5.0 server files? if so, what do I need so that I can compile the client with the old interface?
- Yeah but its a lot of work. You need change TClientWnd.cpp and TGauge and so much more inside the source.
How can I find out existing OBJ IDs?
- You need create a tool to see the id of objs.
How can I add a new portal where one needs an item like the document portal?
-Theres conditions.
How can I add my own textures for armor colors?
-In files 5.0 there's a function that read custom textures use it .
How can I add my own mounts, i.e. another variant of Behemoth?
-In files 5.0 there's function that read custom textures. Just put the id of mob.
How can I add a new cloak style? Like Cloak YouTube, Cloak Twitch
-In files 5.0 there's functio nthat read custom textures. Just add the png in folder custom and add the item id in source.
|