Jump to content
Sign in to follow this  
DnA

ActionsProc: MoveCity failed

Recommended Posts

4 hours ago, KONG said:

MissionSdk.lua: function ActionsProc
register MoveCity function

please give me a hint, more obvious KONG?

I look like this.


--任務動作處理函數
function ActionsProc( character, actions, npc, page, misid, scriptid, param1, param2 )
    PRINT( "ActionProc: actions proc" )
    if actions == nil then
        PRINT( "ActionProc:quest action management function parameter actions cannot be as null!" )
        SystemNotice( character, "ActionProc:quest action management function parameter actions cannot be as null!" )
        return LUA_ERROR
    end
    

how should I add? 

Share this post


Link to post
Share on other sites

I just realize you are using "teleportation delay", and so ActionsProc is no longer the issue.
Hard to decipher problem without code, but most likely a problem with using hooks against MoveCity function.


kong.png

a2.png

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...