allright after my last tutor on migrating..
now you will see how i work on vs 2013..
--------------------------------------------------------
first of all,
what is AutoSystem that i will build?
its a window that have 3 ingame feature
- auto skill
I think I will bind those 3, in default.charclass
so if you don't want that 3 run in the same time
edit the default
bEnableAutoSkill 1
bEnablleAutoPotion 1
bEnableAutoFollow 1
the source and client I use this time,
is my own build
its based on very respected developer. sir jolin.
and compatible client is ranPh
so for developing purpose I name it BASERAN!
naaah here we go
now you will see how i work on vs 2013..
--------------------------------------------------------
first of all,
what is AutoSystem that i will build?
its a window that have 3 ingame feature
- auto skill
simple auto finding mob and use skill
WHICH :
WHICH :
- 3 x 10 slot of combination skills
- setting of range, from close, medium, far
- no need mouse pointer on game to run
- auto potion- setting of range, from close, medium, far
- no need mouse pointer on game to run
now this one, is special
I read a lot of source, I don't know why there is a code for disabling using auto potion software
trust me it doesn't effect your server..
it spam on client pc, not in server
no matter how fast client pc is (i7, i9 ,i10 ,i999)
in the end it depends on his ping to server.
so the one I will build, its not run on client side,
this auto potion will run on server side
waw it will be damn fast using potion,
will this make my server slow? eat a lot ram?
ho ho ho! as long you don't make a code that spam on console message you will fine!
- auto followI read a lot of source, I don't know why there is a code for disabling using auto potion software
trust me it doesn't effect your server..
it spam on client pc, not in server
no matter how fast client pc is (i7, i9 ,i10 ,i999)
in the end it depends on his ping to server.
so the one I will build, its not run on client side,
this auto potion will run on server side
waw it will be damn fast using potion,
will this make my server slow? eat a lot ram?
ho ho ho! as long you don't make a code that spam on console message you will fine!
this one make it perfect, on the autofollowpage, there will be a copy of user friendlist,
click his name, click start,
boom auto follow, auto skill, auto potion
click his name, click start,
boom auto follow, auto skill, auto potion
I think I will bind those 3, in default.charclass
so if you don't want that 3 run in the same time
edit the default
bEnableAutoSkill 1
bEnablleAutoPotion 1
bEnableAutoFollow 1
the source and client I use this time,
is my own build
its based on very respected developer. sir jolin.
and compatible client is ranPh
so for developing purpose I name it BASERAN!
naaah here we go
Code:
PART 1
Code:
PART 2
Code:
PART 3
Code:
PART4
(OnGoing)