The thing i'm here is that im looking for a Skill Trader, i got one code but it isn't complet and i couldn't make it work.
Also i've been LF into Fishing trader but for example in this code:
package handlers.bypasshandlers;
import com.l2jserver.gameserver.handler.IBypassHandler;
import com.l2jserver.gameserver.model.actor.L2Character;
import com.l2jserver.gameserver.model.actor.instance.L2FishermanInstance;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
public class FishSkillList implements IBypassHandler
{
private static final String[] COMMANDS =
{
"FishSkillList"
};
public boolean useBypass(String command, L2PcInstance activeChar, L2Character target)
{
if (!(target instanceof L2FishermanInstance))
return false;
activeChar.setSkillLearningClassId(activeChar.getClassId());
L2FishermanInstance.showFishSkillList(activeChar);
return true;
}
public String[] getBypassList()
{
return COMMANDS;
}
}
It says "FishSkilList", but there's not such a list except for the table, and if i add one random skill to that table and check it out with the server online nothing happens.
So that's my request, if any of you guys can help with some skill trader or how to edit the fishing manager.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone!
I have a problem with editing mobs. I took some Mobs from here without sound and added them,
they looked good !!! BUT BUT !
When I hit him it does generate the effect, but when he hits it it doesn't.
Is this effect controlled from Npcgrp.dat?
PD_ I add capture of the event / effect I mention.
I await your answers, thank you!
Question
Francisko
Hey guys, how are u today?, i hope it's all good,
The thing i'm here is that im looking for a Skill Trader, i got one code but it isn't complet and i couldn't make it work.
Also i've been LF into Fishing trader but for example in this code:
It says "FishSkilList", but there's not such a list except for the table, and if i add one random skill to that table and check it out with the server online nothing happens.
So that's my request, if any of you guys can help with some skill trader or how to edit the fishing manager.
Any help would be really appreciated :D!
thanks in advance, sorry for my broken english.
Cheers!
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.