Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Module #1

Closed
wants to merge 1 commit into from
Closed

Task Module #1

wants to merge 1 commit into from

Conversation

dewral
Copy link

@dewral dewral commented Feb 28, 2023

Free task module made by @rookgaard
A little edited by @Tofame

https://i.imgur.com/q6xTZHS.png

@kokekanon
Copy link

I think missing player:registerEvent in game_tasks\serverSIDE\scripts\taskSystem.lua

local login = CreatureEvent("RegisterTaskKill")

function login.onLogin(player)

    player:registerEvent("TaskKill")
    
    return true
end

login:register()

or a comment for the inexperienced user xd

Remember you must register in \data\creaturescripts\scripts\login.lua
player:registerEvent("TaskKill")

@dewral dewral closed this Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants