NPC: Blessing Master
#1
НПЦ: Майстер благословення
Локація: Prontera 190,181
НПЦ дасть Вам: Блесс 10 лвл, Агі 10лвл, Магніфікат 5 лвл, Глорія 5 лвл, Ассумптіо 5 лвл.

NPC: Blessing Master
Location: Prontera 190,181
The NPC will give you: Blessing lvl 10, Agi lvl 10, Magnificat lvl 5, Gloria lvl 5, Assumption lvl 5.
Reply
#2
Is there a way to configure how to use it within a bot script?
Reply
#3
yes, use https://openkore.com/wiki/talknpc
Reply
#4
It seems it can't be set in the config... it can only be set using macros, right?
Reply
#5
This is how you do it with a macro. It's actually very easy.

Code:
automacro NPCBuffer {
    location prontera 204 188
    exclusive 1
    call {
        do move 195 181
    pause 1
        do talknpc 190 181 c
    pause 5
        do talk c
    }
}

204 188 The bot will appear at these coordinates, when it leaves the hotel located next to the NPC, the macro will run automatically.
Reply



Vote for me: #1 #2 #3 #4 #5 #6 #7 #8 !