Charm
-
- Posts: 16
- Joined: Fri Apr 05, 2013 6:05 pm
Charm
Does anyone know where charm is handled in the code?
Thanks
Edit: or anywhere? >.< lol
Thanks
Edit: or anywhere? >.< lol
-
- Posts: 16
- Joined: Fri Apr 05, 2013 6:05 pm
Re: Charm
I don't know where charmability is handled? I can find stuff like if its charmed or like, jug pets and avatars/elementals but.. sorry if im just being dumb ;_;
-
- Posts: 16
- Joined: Fri Apr 05, 2013 6:05 pm
Re: Charm
Right, but I don't know what those functions do. Where are the definitions to the functions?
How do I look at what charmPet() is doing?
How do I look at what charmPet() is doing?
Re: Charm
Its generally easier to open DSGameServer.sln (in your darkstar/win32 folder)and Ctrl+Shift+F and search entire solution for whatever you're looking for in core such as lua bindings. e.g. search solution for getMJob(lua_State *L) where you see player:getMJob() in a lua script.
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
-
- Posts: 16
- Joined: Fri Apr 05, 2013 6:05 pm
Re: Charm
Oh thank you, I didn't know you could do that, I usually just open the project