Jump to content
  • 0

Sb.append Get Objectid(29004)


SQL Developer

Question

How i supposed to do this line while click bypass get item id example 29044?

 

sb.append("<br><a action=\"bypass -h npc_" + getObjectId() + "_baseClass\" >get</a>");

 

i try this one but no work

 

sb.append("<br><a action=\"bypass -h npc_" + getObjectId(29044) >Base Classes.</a>");

 

any idea ? :|

Edited by L2LostWard
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Looks like you don't even know what getObjectId() is, lol.

 

You need a new method/bypass to do it. Check ANY, basically, bypass how it works. For example gm commands/bypasses, buffer bypass or any other.

Edited by SweeTs
Link to comment
Share on other sites

  • 0

How i supposed to do this line while click bypass get item id example 29044?

 

sb.append("<br><a action=\"bypass -h npc_" + getObjectId() + "_baseClass\" >get</a>");

 

i try this one but no work

 

sb.append("<br><a action=\"bypass -h npc_" + getObjectId(29044) >Base Classes.</a>");

 

any idea ? :|

Requestbypasstoserver.java there is a lot of commands
Link to comment
Share on other sites

  • 0

Requestbypasstoserver.java there is a lot of commands

There is no point to use it while he use some, most likely instanced, npc..

Edited by SweeTs
Link to comment
Share on other sites

  • 0

Thanks both of you 

@Sweets yes i dont have idea i thought i could just add the id in the getocjectid to bypass it so simply .. but it isnt so simple xD

 

@Reborn thanks both of you i will find it right now !! 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...