Stefoulis15 Posted June 28, 2010 Posted June 28, 2010 sorry if i bump the post guyz. well i got a problem. i've made it for interlude. everything works fine. i set the bounty to the player i want and then when i kill him , i get an npe error on the gs console and also i get nothing for killing him. -.-' i've tried to fix it , but i made nothing! any ideas?
Realtek2 Posted June 28, 2010 Posted June 28, 2010 What about this error? client ? couse I think that is working only in epilogue
JoeDaFlow Posted June 28, 2010 Posted June 28, 2010 Ya, It`s ep. But it`s made for Gfinal, What i need to change?
Realtek2 Posted June 28, 2010 Posted June 28, 2010 show us whats saying at the error just move your cursor there and give us image
Realtek2 Posted June 28, 2010 Posted June 28, 2010 in what file is located the error ? I mean pcinstance l2world ? where ? couse I cant see the post :S Ok I find it. Lets see If you add the lines bellow you should have no problem. Here they are. add after: public class L2TownZone extends L2ZoneType { private String _townName; find: public void setParameter(String name, String value) { add after: if (name.equals("name")) { _townName = value; } find: @Override public void onReviveInside(L2Character character) { } add after: /** * Returns this town zones name * @return */ @Deprecated public String getName() { return _townName; }
DominiQue Posted July 6, 2010 Posted July 6, 2010 150 post to see it ? its too much :( do not post if you can not see it spammer !
Recommended Posts