Betonquest: [Question] about compatibility with skillAPI

Created on 15 Nov 2017  路  5Comments  路  Source: BetonQuest/BetonQuest

Hello,

On our server, we used skillAPI to manage class/stuff etc...

I've seen on the betonquest wiki that we could add a condition about a level if we specify a class. Is it possible to only have the level in condition? Or i have to make a condition like :
Class X level 10 or Class Y level 10 or Class Z level 10 etc...?

Another question : to give experience to player, what is the best way? Use a command proc on event where i replace by something like %Player.display% ?

Most helpful comment

With the skillapi condition you have to specify a valid skillapi class or it wouldn't work.

But depending on you skillapi setup you might be able to just directly go for the player level with the experience condition (which seems to handle levels and not experience, despite the name... )
Of course that's only if you use the normal level display to display the skillapi level.

Or you could use the or condition like you mentioned:
https://github.com/Co0sh/BetonQuest/wiki/Conditions-List#alternative-or

I would give the experience with the skillapi command.
Note that it would be cleaner if you just use %PLAYER% as the displayname could be set to anything (including Prefixes and Colors and such) and you just want the account-name.

All 5 comments

With the skillapi condition you have to specify a valid skillapi class or it wouldn't work.

But depending on you skillapi setup you might be able to just directly go for the player level with the experience condition (which seems to handle levels and not experience, despite the name... )
Of course that's only if you use the normal level display to display the skillapi level.

Or you could use the or condition like you mentioned:
https://github.com/Co0sh/BetonQuest/wiki/Conditions-List#alternative-or

I would give the experience with the skillapi command.
Note that it would be cleaner if you just use %PLAYER% as the displayname could be set to anything (including Prefixes and Colors and such) and you just want the account-name.

Ok thanks for you answer, i will test it :)

@Tiplish feel free to close this if your problem is solved 馃槂

We are working on quests, we will test it soon, i'm on it :)

It works, thanks for the support o/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ProfessionalBoatDrifter picture ProfessionalBoatDrifter  路  6Comments

Rouchesta picture Rouchesta  路  5Comments

biffamc picture biffamc  路  6Comments

HollishKid picture HollishKid  路  3Comments

NotJustPizza picture NotJustPizza  路  3Comments