[Release / tutorial] Edit exe so aloken can fish

09/25/2011 21:33 SkadadIller#16
Quote:
Originally Posted by =Seph= View Post
It alrdy got braclet n belt
So you got braclet and belt fully working? upgrade and all that shit aswell?
09/27/2011 17:27 HellSpider#17
Yah, the fishing is really this simple. The executable set I sold to some servers have this implemented. :)
09/27/2011 17:46 SkadadIller#18
Yes is that simple, since that was listed as a bug when I downloaded aloken exe, I just wanted to fix and share it.
10/24/2011 23:19 kurmiz#19
Quote:
Originally Posted by share/fishing/fishingskill.csv
Class SkillIndex
KNIGHT 181
HUNTER 381
MAGICIAN 581
SUMMONER 781
SEGNALLE 981
WARRIOR 1181
ALLOKEN 1381
server.exe closing without erorr at Loading fishing/fishingskill
What im missing?
have share/skill/l_nac.csv
10/24/2011 23:36 SkadadIller#20
Class,SkillIndex
KNIGHT,181
HUNTER,381
MAGICIAN,581
SUMMONER,781
SEGNALLE,981
WARRIOR,1181
ALLOKEN,1381
10/24/2011 23:41 [DEV]DorianGray#21
Quote:
Originally Posted by kurmiz View Post
server.exe closing without erorr at Loading fishing/fishingskill
What im missing?
have share/skill/l_nac.csv
It s :

Class,SkillIndex
KNIGHT,181
HUNTER,381
MAGICIAN,581
SUMMONER,781
SEGNALLE,981
WARRIOR,1181
ALLOKEN,1381


not:

Class,SkillIndex
KNIGHT 181
HUNTER 381
MAGICIAN 581
SUMMONER 781
SEGNALLE 981
WARRIOR 1181
ALLOKEN 1381
10/25/2011 09:14 kurmiz#22
Quote:
Originally Posted by [DEV]DorianGray View Post
It s :

Class,SkillIndex
KNIGHT,181
HUNTER,381
MAGICIAN,581
SUMMONER,781
SEGNALLE,981
WARRIOR,1181
ALLOKEN,1381
i have comma's, just exel/csved not showing it.
I can see it with notepad. sorry for wrong paste ^^
10/26/2011 20:36 FalconBay#23
Quote:
Originally Posted by kurmiz View Post
i have comma's, just exel/csved not showing it.
I can see it with notepad. sorry for wrong paste ^^
Just take out ALLOKEN,1381 and use Seph's [Only registered and activated users can see links. Click Here To Register...] . You'll be ok without fishing. No one fishes these days :P
10/26/2011 21:07 SkadadIller#24
this exe have aloken from seph, and increased action list from hellspider.
And have fishing working.
10/27/2011 22:58 bullet21.#25
Quote:
Originally Posted by FalconBay View Post
Just take out ALLOKEN,1381 and use Seph's [Only registered and activated users can see links. Click Here To Register...] . You'll be ok without fishing. No one fishes these days :P
Indeed, unless you'd like to have your server unbalanced, like the one with the most fishes wins, doesnt matter how weak or strong he is. (Elite)
01/31/2012 08:59 lord17#26
Thx great work hope it works fine without crashes and other bulsht
02/01/2012 08:43 gondudy#27
Quote:
Originally Posted by SkadadIller View Post
yea I know, its pretty useless, but I wanted to add it, since I did know how. I will start work on other things, maybe add belt and braclet, or try to add new character.

But download from gamehi korea is slow >.<
eh skad good going on fixing aloken fishing skill , and i dont think its useles of u to fix it either it shows character about yur self . i give u creds on figguring it out when others couldnt do it themselves . any achievment small or big that helps the dekaron comunity is always welcome and apreciated much thnks to you
08/18/2012 18:31 Ultimo ☼#28
Quote:
Originally Posted by SkadadIller View Post
Client.exe:

Code:
00B8A04C  -E9 BA178FFF      JMP [COLOR="Red"]FISHALOK.[/COLOR]0047B80B
I've checked the exe you posted, and it is JMP 0047B80B instead of JMP FISHALOK.0047B80B

So the right code should be:
Code:
00B8A04C  ^E9 BA178FFF      JMP 0047B80B
08/18/2012 20:29 kurmiz#29
Quote:
FISHALOK.
It is name of file (exe), when copy/pasting you need to delete these words ( dekaron. because name of file is dekaron.exe)
08/18/2012 20:43 Ultimo ☼#30
Quote:
Originally Posted by kurmiz View Post
It is name of file (exe), when copy/pasting you need to delete these words ( dekaron. because name of file is dekaron.exe)
Recently i've decided to mess around with my exe to learn something.. and i've noticed that "Error" in SkadadIller's client codes.
Idk what FISHALOK. mean but i know you have to delete it to make it working.