View Full Version : my fishing spots i added dont work? why help plzzzzz [317]
Bifocaler
June 18th, 2010, 06:51
my fishing spots dont work why
Aaron
June 18th, 2010, 06:53
What do you exactly mean By "Don't work"
Bifocaler
June 18th, 2010, 07:06
What do you exactly mean By "Don't work"
i can see the fishing spot i tryed them all the only one that works is the shrimp 1 and the other ones u just click on and it dose nothing your guy just stands there
Bifocaler
June 18th, 2010, 07:44
i still need helppppppppppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp
bloodpk3r
June 18th, 2010, 11:43
okay its because you havent added in the fishing for the other fishing spots so what you need to do is find the coordinates of the those fishing spots -- now for some reason my fishing spots on my server are npcs it might not be on yours but you might want to check anyway == go to autospawn.cnfg and cntrl+f ur coordinates and if it is an npc look at the npcs id -- this will be what you have to add the fishing for.
if you cant find the coordinates in autospawn then go to client.java cntrl+f and find the coordinates again if it appears under make global object look for the object id and that is what you will have to add the fishing for.. okay now you have found out whether its an npc or an object and you have the object id or npc id you want to add fishing for.
okay now find where your shrimp fishing is -- you can do this by going onto the server and checking to see if it says "you have caught the shrimp" or something similar then searching for that or if that doesnt work just search for the shrimps item id.
okay now just copy and paste the shrimp fishing and change the item id given off to the new fish you want it too give e.g. shrimps - sharks, lobs whatever.
change the level requirements if you want
and make sure you change the object id or npc id to the new fishing spot your adding this for..
for example if shrimp fishing is
case 2345 - not the real shrimp fishing spot
addItem(667, 1) - again not real items but an examle
setgfx(67); - not real gfx
sM("you have caught a shrimp")
then you would change the case number to the number of the object id, add item - the item you want players to get, gfx - shudnt edit cause its the same gfx for all fishing and sM - change to the new fish..
obviously your fishing wont look like the one above but hopefully those are the main things you will need to edit unfortunately im on my laptop atm and dont have access to my source otherwise i would give a real example! hope it helps :)
Shadow Ranqe
June 18th, 2010, 11:44
It sounds like you either didn't have a high enough level to use them and forgot to make a sM("You're not a high enough level"); kinda thing
OR
You used the wrong fishing spot codes.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.