Jump to content
Sign in to follow this  
Jones

Unlimited Sandbag Item

Recommended Posts

function Jz_Script_SandBags(role, Item )
    local MonsterID = [YOUR SANDBAG MONSTER]
    local Refresh = 1900000   
    local life = 1800000
    local Cha_Boat = 0
            Cha_Boat = GetCtrlBoat ( role )
        if Cha_Boat ~=  nil then
            SystemNotice( role , "Cannot use while sailing" )
            UseItemFailed ( role )
        return
        end
    local reg = 0
            reg = IsChaInRegion( role, 2 ) -- Checks to see if you're in a Safe Zone
        if reg == 1 then
            SystemNotice( role , "Training in Safe Zone? Dream on!" )
            UseItemFailed ( role )
        return
        end
    local x, y = GetChaPos(role)
    local x_move=5
    local y_move=5
            x=x_move+x
            y=y_move+y
    local new = CreateChaX( MonsterID , x , y , 145 , Refresh,role )
        SetChaLifeTime( new, life )
end

itemEffect.lua

xxxx    Unlimited Sand Bag    n1698    10130005    0    0    0    0    0    0    31    0    0    0    0    0    1    1    1    1    99    0    99    -1,-2,-2,-2    0    -1,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2    0    0    -1,-2,-2,-2,-2,-2,-2,-2,-2,-2    -1,-2,-2,-2,-2,-2,-2,-2,-2,-2    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0    0,0    0,0    0    0    0    0    0    0    0    0    0    Jz_Script_SandBags    0    0    0    0,0    0    0    Summon a Sand Bag monster with no limits.    0

iteminfo.txt

 

I have not tested it yet, but it should work.

Useful for doing events, etc I guess :D

 

 

 

  • Like 2

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...