Jump to content

[HELP]Trick For a Dungeon


Recommended Posts

  • Premium

I want to do a thing.

When char die, i block the restart_here. To get up you need to use an item. If you dont have this item, only in this map you can pickup only this item while you're die.

So what,  how can i pickup while char is die only in a map index (only 1 item possible to pickup)?

 

It's cool, so your party can save you to get up :D

Thanks in advance, i'll give +1 of course.

Link to comment
Share on other sites

  • Premium

bool CPythonNetworkStream::__CanActMainInstance()
{
    CPythonCharacterManager& rkChrMgr=CPythonCharacterManager::Instance();
    CInstanceBase* pkInstMain=rkChrMgr.GetMainInstancePtr();
    if (!pkInstMain)
        return false;

    return pkInstMain->CanAct();
}

Edited by WeedHex
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.