Bear T.O.E. 63 Posted July 3, 2014 Share Posted July 3, 2014 I am wondering how to make any fightclass into C Code Scripting so I can Program them a lot easier. And is there a way to Make C code Fightclasses into LUA Scripting? Link to comment https://wrobot.eu/forums/topic/1473-how-do-i-make-a-fightclasses-into-c-code-scripting/ Share on other sites More sharing options...
Droidz 2738 Posted July 3, 2014 Share Posted July 3, 2014 Hello, You cannot use C but you can use C#.net or VB.net for code FightClass. You can found sample here: For use lua, you need to use Lua.LuaDoString("COMMAND", "VAR WITH RETURN VALUE"): string money = Lua.LuaDoString("money = GetMoney()", "money"); For an best sample of fightclass you can look this code: Tnb_CombatClass.zip (it is thenoobbot fightclass, no wrobot, but code is similary). Bear T.O.E. 1 Link to comment https://wrobot.eu/forums/topic/1473-how-do-i-make-a-fightclasses-into-c-code-scripting/#findComment-7690 Share on other sites More sharing options...
Bear T.O.E. 63 Posted July 5, 2014 Author Share Posted July 5, 2014 Thanks Driodz. Link to comment https://wrobot.eu/forums/topic/1473-how-do-i-make-a-fightclasses-into-c-code-scripting/#findComment-7706 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now