Jump to content
  • 0

[help] subclass using item


Question

Posted

Hello cheaters devlopers  :good sir:

 

i was woundring if is it possible to add an item quest or tradable instead of mirmir elixir quest well i already disabled the quest but i wanna know if is it possible to add item to the real classmaster not own npc for subclass  :dat: if yes how to add it  :poker face:  i'm using interlude

5 answers to this question

Recommended Posts

  • 0
Posted

it's possible if you make one aio item ;)

 

check this out!(this item don't have subclass but you can edit this and make it have!

 

- GMShop

You can add pages and buylist as you want

- GateKeeper

You can add categories and spawnpoints just adding it on database. It will automtically add into the item

- Buffer

You can add categories and buffs just adding it on database, just like teleport

- WareHouse

Normal withdraw and deposit, clan withdraw and deposit, freight deposit and withdraw

- TvTManager

If is inactive, dont do anything but inform you

If is particpating, allow you to register

If is started, gives you real time info for both teams

 

New Updates:

- Improved Restrictions

- Added multisells for gmshop

- Added service manager (symbols, augmentation, currency exchange)

- Fixed some exploits, increase security and added punish handler

- Added a delay system to increase performance

- Code optimization and clean up

- Added scheme system for the buffer

- Added document file

- Removed unnecesary dynamic htmls to avoid the creation of new TextBuilder

- Config file splitted from l2jmods to reduce the sync problems

http://www.mediafire.com/?gri5pgi9618ia8l

  • 0
Posted

it's possible if you make one aio item ;)

 

check this out!(this item don't have subclass but you can edit this and make it have!

 

- GMShop

You can add pages and buylist as you want

- GateKeeper

You can add categories and spawnpoints just adding it on database. It will automtically add into the item

- Buffer

You can add categories and buffs just adding it on database, just like teleport

- WareHouse

Normal withdraw and deposit, clan withdraw and deposit, freight deposit and withdraw

- TvTManager

If is inactive, dont do anything but inform you

If is particpating, allow you to register

If is started, gives you real time info for both teams

 

New Updates:

- Improved Restrictions

- Added multisells for gmshop

- Added service manager (symbols, augmentation, currency exchange)

- Fixed some exploits, increase security and added punish handler

- Added a delay system to increase performance

- Code optimization and clean up

- Added scheme system for the buffer

- Added document file

- Removed unnecesary dynamic htmls to avoid the creation of new TextBuilder

- Config file splitted from l2jmods to reduce the sync problems

http://www.mediafire.com/?gri5pgi9618ia8l

 

kane to share...

  • 0
Posted

On L2VillageMasterInstance, find

 

if (allowAddition && !Config.ALT_GAME_SUBCLASS_WITHOUT_QUESTS)
allowAddition = checkQuests(player);

 

And drop it, then add your own check about item.

 


 

@SpirakosDafuq, he wants to edit existing instance, not adding an AIO (and he expressed it on his question). Your answer is totally out.

  • 0
Posted

ho

On L2VillageMasterInstance, find

 

if (allowAddition && !Config.ALT_GAME_SUBCLASS_WITHOUT_QUESTS)
allowAddition = checkQuests(player);

 

And drop it, then add your own check about item.

 


 

@SpirakosDafuq, he wants to edit existing instance, not adding an AIO (and he expressed it on his question). Your answer is totally out.

 

how can i add my own check about item ...

  • 0
Posted

There are numerous exemples through the code, you can notably see quests system which check if you got the given quest item.

 

Quest.java, hasQuestItems (if you want only a yes/no) or getQuestItemsCount (if you need a check about numbers, like 500 SoP).

 

See how those methods are made, and reuse parts of them.

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...