Jump to content
  • 0

Need Npc For Xp Rewards.


chuliganas

Question

I'm in need of a NPC that rewards XP in exchange for items.

However I want this to be like 7 signs chat window where you manually enter how many items you want to exchange. And get flat XP per item exchanged.

I need the script itself - i can do the easy stuff like NPC, html, etc... Just never was good at creating something from zero.

Thanks in advance if someone will help!

H5 chronicle.

server files bought from L2j Sunrise.

Edited by chuliganas
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

chronicle and server based for?

l2j? acis or ther?

H5 chronicle.

server files bought from L2j Sunrise.

Not sure what you mean by asking what server is based for... sorry, english is not my first language.

Link to comment
Share on other sites

  • 0

I'm in need of a NPC that rewards XP in exchange for items.

However I want this to be like 7 signs chat window where you manually enter how many items you want to exchange. And get flat XP per item exchanged.

I need the script itself - i can do the easy stuff like NPC, html, etc... Just never was good at creating something from zero.

Thanks in advance if someone will help!

H5 chronicle.

server files bought from L2j Sunrise.

Just create one l2XpManagerInstance and add the trades there...change adena to experience..i think is easy to do with some search...
Link to comment
Share on other sites

  • 0

Just create one l2XpManagerInstance and add the trades there...change adena to experience..i think is easy to do with some search...

I wish i'd knew how to do that... and not even google search gives me anything that i could start working with...

Link to comment
Share on other sites

  • 0

I wish i'd knew how to do that... and not even google search gives me anything that i could start working with...

What about to search your sources?

Link to comment
Share on other sites

  • 0

What about to search your sources?

i've said in the first post where i've asked for help - i'm not a programmer. I can do basic html, i can create npc, i can edit multisells.

I do not have access to SVN, all I have is compiled files, and that's it.

Trying create NPC with l2xpmanagerinstance gives this error:

[20:43:54] WARN: Spawn could not be initialized: l2r.gameserver.model.actor.inst
ance.l2XpManagerInstance
java.lang.ClassNotFoundException: l2r.gameserver.model.actor.instance.l2XpManage
rInstance
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at l2r.gameserver.model.L2Spawn.<init>(L2Spawn.java:152)
        at l2r.gameserver.model.L2Spawn.<init>(L2Spawn.java:165)
        at l2r.gameserver.data.SpawnTable.addSpawn(SpawnTable.java:306)
        at l2r.gameserver.data.SpawnTable.addSpawn(SpawnTable.java:360)
        at l2r.gameserver.data.SpawnTable.fillSpawnTable(SpawnTable.java:284)
        at l2r.gameserver.data.SpawnTable.load(SpawnTable.java:72)
        at l2r.gameserver.GameServer.<init>(GameServer.java:347)
        at l2r.gameserver.GameServer.main(GameServer.java:528)
Edited by chuliganas
Link to comment
Share on other sites

  • 0

i've said in the first post where i've asked for help - i'm not a programmer. I can do basic html, i can create npc, i can edit multisells.

I do not have access to SVN, all I have is compiled files, and that's it.

Trying create NPC with l2xpmanagerinstance gives this error:

 

[20:43:54] WARN: Spawn could not be initialized: l2r.gameserver.model.actor.inst
ance.l2XpManagerInstance
java.lang.ClassNotFoundException: l2r.gameserver.model.actor.instance.l2XpManage
rInstance
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at l2r.gameserver.model.L2Spawn.<init>(L2Spawn.java:152)
        at l2r.gameserver.model.L2Spawn.<init>(L2Spawn.java:165)
        at l2r.gameserver.data.SpawnTable.addSpawn(SpawnTable.java:306)
        at l2r.gameserver.data.SpawnTable.addSpawn(SpawnTable.java:360)
        at l2r.gameserver.data.SpawnTable.fillSpawnTable(SpawnTable.java:284)
        at l2r.gameserver.data.SpawnTable.load(SpawnTable.java:72)
        at l2r.gameserver.GameServer.<init>(GameServer.java:347)
        at l2r.gameserver.GameServer.main(GameServer.java:528)
Without sources forget it
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...