View Single Post
Join Date: Jan 2009
Posts: 4
Reputation: firebike0 is an unknown quantity at this point 
Solved Threads: 0
firebike0 firebike0 is offline Offline
Newbie Poster

Re: help with 'cannot find symbol'

 
0
  #3
Jan 6th, 2009
you also messed up the important part about were the error was at - again sorry for double posting but you sort of ruined what i was trying to get help with - the part i was getting errors on was if you notice in java.txt were it says like
  1. Castlewars = Castlewars.process()
i need it to look a little something like
  1. teleportPet = npcHandler.teleportPet_process(int npcType, int x, int y, int summonedBy);
thats what i need and as you can tell above he completely removed that x.x. java2.txt is also known as NPCHandler. thats where the INT's are handled if someone can figure out for me how exactly they are described than put them into java.txt that would be the greats and i'd give you credits. thanks!
Reply With Quote