Jump to content
Sign in to follow this  
Pawnkdka

Teleport Bugged

Recommended Posts

Why its only keep showing teleporting. How to fix this? it not only bug in Teleporter its bug in ticket too.. Coz of this teleporter delay.

Capture.PNG

Edited by Pawnkdka

Share this post


Link to post
Share on other sites

It is not bugged, it just a delay in old roso files that used to prevent tele dupe/ticket dupe.. you can keep it until you get a better one, or try Saeed's one!

Share this post


Link to post
Share on other sites
1 hour ago, FapFap said:

It is not bugged, it just a delay in old roso files that used to prevent tele dupe/ticket dupe.. you can keep it until you get a better one, or try Saeed's one!

Its keep showing teleporting but didn't teleport.

Share this post


Link to post
Share on other sites

function Jz_Script_blbcs(role, Item )
local map_name = GetChaMapName (role)
    if map_name == "prisonisland" or map_name == "darkhouse" then
        SystemNotice ( role , "You cannot use this item here" )
        UseItemFailed ( role )
        return
    end
    local i = CheckBagItem(role,4604)
    local k = ChaIsBoat(role)
    local hp = Hp(role)
    local mxhp = Mxhp(role)
    local sp = Sp(role)
    local mxsp = Mxsp(role)
    if sp < mxsp or hp < mxhp then 
        SystemNotice (role, "Teleportation is a tedious process. Please maintain full HP and SP")
        UseItemFailed ( role )
        return
    end 
    if k == 0 then
        if i > 0 then
            local j = DelBagItem(role,4604,1)
            if j == 1 then
                MoveCity(role,"Icicle Castle")
                return
            end
        end
    else
        UseItemFailed ( role )
    end

end
 

here is the ticket code

 

Share this post


Link to post
Share on other sites

Hello @edwardbanag09!

 

First, find the code that writes the message "Please wait, teleporting ..." to the system channel. Then remove all the code that is associated with this. You can use Notepad++ to search code in all files at once.


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