I'll give for example FISH_BONE_VNUM = 27799,
FISH_BONE_VNUM - Is line Local name of the ID (Like in Lua.(Local Example = pc.get_name()))
27799 - ID Fish Bone..
So we wan't add new fish drop that will drop with shelf.
So now when we find shelf we get shelf with ID = 27987 and Item ID = 71085
Compile it ! Have fun!
Quote:
Originally Posted by arczaniol1
I did it in 5 min it's possible to add new drop, if you open fishing.cpp you can do:
Code:
case New_Test_Item_Arczi: // 5 if 5 then this
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT(""Hello world, You find New Item!));
ch->AutoGiveItem(New_Test_Item_Arczi);
break;
Which of the source do u use?
Mainline/sg/novaline?
Thanks a lot for tutorial Nice to see some new work, you should add thia code into a source-change list.
Kaum ist die Source public kommen noch unnötigere Releases als sonst. Ich mein reicht es nicht schon aus, dass so viele dähmliche Releases sind mir den Games und so weiter ?
If the diff files can stay the "code extra from users" can stay.
dif is your work, there's no license needed (only for IDA), but algorithms are work of big part of people and it is protected by law, so sharing code, even edited, is prohibited, like creating and developing metin2 server
@TOP: good job Arczi, but it will drop with shell, isn't it better to add it as a new item?
@TOP: good job Arczi, but it will drop with shell, isn't it better to add it as a new item?
I did it in 5 min it's possible to add new drop, if you open fishing.cpp you can do:
Code:
case New_Test_Item_Arczi: // 5 if 5 then this
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT(""Hello world, You find New Item!));
ch->AutoGiveItem(New_Test_Item_Arczi);
break;
As first you must give name of source, nova, wolf etc.
Second one I think people do not need those tutorials (FOR NOW).
Make Compile tutorials
Source of game launcher looks like edited on some places. Install visual studio 2010 ultimate and sp1 for vc++.
example:
"PythonGraphic.cpp(294): error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE'"
Source of game launcher looks like edited on some places. Install visual studio 2010 ultimate and sp1 for vc++.
example:
"PythonGraphic.cpp(294): error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE'"
If you compile the src in the winndows env, will it works fine one the bsd?
I thought it should be compile in the freebsb env to work there.
After using build.sh i got some errors.
Has sb compiled new game on the freebsd and test it, yet?
I`d appreciate all clues
Greet.
If you compile the src in the winndows env, will it works fine one the bsd?
I thought it should be compile in the freebsb env to work there.
After using build.sh i got some errors.
Has sb compiled new game on the freebsd and test it, yet?
I`d appreciate all clues
Greet.
No on FreeBSD you have elf binary format. game compiled on windows will don't works on FreeBSD launcher too.
[Source] Guppy - Another Fishing Bot 01/25/2014 - Final Fantasy XIV - 13 Replies Since nethulhu vanished a couple weeks ago, I originally took it upon myself to update Leviathan. After visiting the code for large amounts of time, I decided to rewrite almost everything and start a different one.
Hence, Guppy.
http://i.imgur.com/rHysowW.png
http://i.imgur.com/7Ogcol8.png
http://i.imgur.com/xsKhcRG.png
It has the same look and feel, but is a whole new beast.
Tutorial: Get only the fish you want while auto-fishing 05/04/2010 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 20 Replies This is a fairly simple trick to use with any fishing bot or with the auto-fishing feature of the d-shop talismans. With it, you can ensure that you get only the fish you want.
1. To start with, you have to fish a while to build up a few fish of the sort you want. In this example, I'll use the Golden Carp. After you have at least 5 of the Golden Carp, you can start using this method.
2. Split the stack of 5 into 5 stacks of 1. Do this by shift-LEFT clicking the stack. This brings up...
Craftsman Tier 2 Fishing Income Tutorial 09/14/2005 - General Gaming Discussion - 0 Replies Innes' Everquest 2 Craftsman Tier 2 Fishing Income Tutorial
This tutorial covers how to become self sufficient in providing a steady income for your Craftsman Artisan, and more specifically in Freeport although also applies to Queynos. It requires that you have chosen to be a craftsman and are at least level 13. As far as I have found out this is the best way to earn a profit without having to deal with the broker and other player merchants at Tier 2, although it does require gathering...