Jump to content
Mesut

Zodiac Teleporter

Recommended Posts

 

Anyone can help me whit this i think something is missing or wrong idk why it does work!! pls help

 

 

 

 

function Npc_Zodiac()

Talk ( 1, "I can teleport you to small isle here?")
Text ( 1, "Capricorn Palace", JumpPage, 2)
Text ( 1, "Libra Palace", JumpPage, 2)
Text ( 1, "Pisces Palace", JumpPage, 3)
Text ( 1, "Acquarius Palace", JumpPage, 4)
Text ( 1, "Sagittarius Palace", JumpPage, 5)
Text ( 1, "Leo Palace", JumpPage, 6)
Text ( 1, "Taurus Palace", JumpPage, 7)
Text ( 1, "Scorpio Palace", JumpPage, 😎
Text ( 1, "Virgo Palace", JumpPage, 9)
Text ( 1, "Gemini Palace", JumpPage, 10)
Text ( 1, "Cancer Palace", JumpPage, 11)
Text ( 1, "Aries Palace", JumpPage, 12)
Text ( 1, "Athena Temple", JumpPage, 13)
Text ( 1, "Close",CloseTalk )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 275,272, "zodiac")
TriggerFailure( 1, JumpPage, 14 )
Talk( 2, "Teleport to Capricorn Palace? That will be 0 Gold")
Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )


InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 317,248, "zodiac")
TriggerFailure( 1, JumpPage, 14 )
Talk( 2, "Teleport to Libra Palace? That will be 0 Gold")
Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 288,152, "zodiac")
TriggerFailure( 1, JumpPage, 15 )
Talk( 3, "Teleport to Pisces Palace? That will be 0 Gold")
Text( 3, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 318,77, "zodiac")
TriggerFailure( 1, JumpPage, 16 )
Talk( 4, "Teleport to Acquarius Palace? That will be 0 Gold")
Text( 4, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 251,45, "zodiac")
TriggerFailure( 1, JumpPage, 17 )
Talk( 5, "Teleport to Sagittarius Palace? That will be 0 Gold")
Text( 5, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 135,41, "zodiac")
TriggerFailure( 1, JumpPage, 18 )
Talk( 6, "Teleport to Leo Palace? That will be 0 Gold")
Text( 6, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 51,76, "zodiac")
TriggerFailure( 1, JumpPage, 19 )
Talk( 7, "Teleport to Taurus Palace? That will be 0 Gold")
Text( 7, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 51,116, "zodiac")
TriggerFailure( 1, JumpPage, 20 )
Talk( 8, "Teleport to Scorpio Palace? That will be 0 Gold")
Text( 8, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 71,200, "zodiac")
TriggerFailure( 1, JumpPage, 20 )
Talk( 9, "Teleport to Virgo Palace? That will be 0 Gold")
Text( 9, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 36,287, "zodiac")
TriggerFailure( 1, JumpPage, 21 )
Talk( 10, "Teleport to Gemini Palace? That will be 0 Gold")
Text( 10, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 105,312, "zodiac")
TriggerFailure( 1, JumpPage, 22 )
Talk( 11, "Teleport to Cancer Palace? That will be 0 Gold")
Text( 11, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 193,274, "zodiac")
TriggerFailure( 1, JumpPage, 23 )
Talk( 12, "Teleport to Aries Palace? That will be 0 Gold")
Text( 12, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

InitTrigger()
TriggerCondition( 1, HasMoney, 0 )
TriggerAction( 1, TakeMoney, 0 )
TriggerAction( 1, GoTo, 135,169, "zodiac")
TriggerFailure( 1, JumpPage, 24 )
Talk( 13, "Teleport to Athena Temple? That will be 0 Gold")
Text( 13, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

Talk (14, "You are broke you need money to go to isle around here!")

    
    

end

 

npc teleport

 

1 Zodiac_Teleporter 1 1128 7 29900,30400 29900,30400 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
2 Zodiac_Teleporter 1 1128 7 29875,22175 29875,22175 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
3 Zodiac_Teleporter 1 1128 7 30000,13200 30000,13200 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
4 Zodiac_Teleporter 1 1128 7 29975.5975 29975.5975 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
5 Zodiac_Teleporter 1 1128 7 22425,5925 22425,5925 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
6 Zodiac_Teleporter 1 1128 7 13575,6225 13575,6225 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
7 Zodiac_Teleporter 1 1128 7 6100,5900 6100,5900 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
8 Zodiac_Teleporter 1 1128 7 6000,13800 6000,13800 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
9 Zodiac_Teleporter 1 1128 7 5725,22175 5725,22175 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
10 Zodiac_Teleporter 1 1128 7 13525,29325 13525,29325 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
11 Zodiac_Teleporter 1 1128 7 22625,29475 22625,29475 180 Zodiac Palace 177 0 Zodiac_Teleporter 0
12 Zodiac_Teleporter 1 1128 7 13500,16900 13525,16975 180 Zodiac Palace 177 0 Zodiac_Teleporter 0


 

 

Namnlös.png

Edited by Mesut

Share this post


Link to post
Share on other sites

Merry Christmas! 😄

1 Zodiac_Teleporter 1 1128 7 29900,30400 29900,30400 180 Zodiac Palace 177 0 Npc_Zodiac 0
2 Zodiac_Teleporter 1 1128 7 29875,22175 29875,22175 180 Zodiac Palace 177 0 Npc_Zodiac 0
3 Zodiac_Teleporter 1 1128 7 30000,13200 30000,13200 180 Zodiac Palace 177 0 Npc_Zodiac 0
4 Zodiac_Teleporter 1 1128 7 29975.5975 29975.5975 180 Zodiac Palace 177 0 Npc_Zodiac 0
5 Zodiac_Teleporter 1 1128 7 22425,5925 22425,5925 180 Zodiac Palace 177 0 Npc_Zodiac 0
6 Zodiac_Teleporter 1 1128 7 13575,6225 13575,6225 180 Zodiac Palace 177 0 Npc_Zodiac 0
7 Zodiac_Teleporter 1 1128 7 6100,5900 6100,5900 180 Zodiac Palace 177 0 Npc_Zodiac 0
8 Zodiac_Teleporter 1 1128 7 6000,13800 6000,13800 180 Zodiac Palace 177 0 Npc_Zodiac 0
9 Zodiac_Teleporter 1 1128 7 5725,22175 5725,22175 180 Zodiac Palace 177 0 Npc_Zodiac 0
10 Zodiac_Teleporter 1 1128 7 13525,29325 13525,29325 180 Zodiac Palace 177 0 Npc_Zodiac 0
11 Zodiac_Teleporter 1 1128 7 22625,29475 22625,29475 180 Zodiac Palace 177 0 Npc_Zodiac 0
12 Zodiac_Teleporter 1 1128 7 13500,16900 13525,16975 180 Zodiac Palace 177 0 Npc_Zodiac 0

Replace it

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites
9 минут назад, ShadowJr сказал:

Merry Christmas! 😄

1 Zodiac_Teleporter 1 1128 7 29900,30400 29900,30400 180 Zodiac Palace 177 0 Npc_Zodiac 0
2 Zodiac_Teleporter 1 1128 7 29875,22175 29875,22175 180 Zodiac Palace 177 0 Npc_Zodiac 0
3 Zodiac_Teleporter 1 1128 7 30000,13200 30000,13200 180 Zodiac Palace 177 0 Npc_Zodiac 0
4 Zodiac_Teleporter 1 1128 7 29975.5975 29975.5975 180 Zodiac Palace 177 0 Npc_Zodiac 0
5 Zodiac_Teleporter 1 1128 7 22425,5925 22425,5925 180 Zodiac Palace 177 0 Npc_Zodiac 0
6 Zodiac_Teleporter 1 1128 7 13575,6225 13575,6225 180 Zodiac Palace 177 0 Npc_Zodiac 0
7 Zodiac_Teleporter 1 1128 7 6100,5900 6100,5900 180 Zodiac Palace 177 0 Npc_Zodiac 0
8 Zodiac_Teleporter 1 1128 7 6000,13800 6000,13800 180 Zodiac Palace 177 0 Npc_Zodiac 0
9 Zodiac_Teleporter 1 1128 7 5725,22175 5725,22175 180 Zodiac Palace 177 0 Npc_Zodiac 0
10 Zodiac_Teleporter 1 1128 7 13525,29325 13525,29325 180 Zodiac Palace 177 0 Npc_Zodiac 0
11 Zodiac_Teleporter 1 1128 7 22625,29475 22625,29475 180 Zodiac Palace 177 0 Npc_Zodiac 0
12 Zodiac_Teleporter 1 1128 7 13500,16900 13525,16975 180 Zodiac Palace 177 0 Npc_Zodiac 0

Replace it

lol it,s same well Merry Chrismas!!

  • Thanks 1

Share this post


Link to post
Share on other sites

@Mesut is not same, your npc function is different, the one you posted is “Zodiac_Teleporter” while your npc using “Npc_Zodiac”

 

You also could replace this “function Npc_Zodiac()” to “function Zodiac_Teleporter()”

and it would work same instead of replacing all those lines.

 

Anyway im just telling you what was wrong, you already have the fix above.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

all other work except this teleport any one help i would realase the rest of the teleport for zodiac!!

 

 

function Acquarius_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Acquarius Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 300,92, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Acquarius Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!")
            
end


function Sagittarius_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Sagittarius Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )

            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 253,57, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Sagittarius Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

            Talk (3, "You are broke you need money to go to isle around here!") 
            
end

 

1    Capricorn_Teleport    1    1128    7    29900,30400    29900,30400    180    zodiac      177    0        Libra_Zodiac        0
2    Libra_Teleport        1    1128    7    29875,22175    29875,22175    180    zodiac      177    0        Pisces_Zodiac        0
3    Pisces_Teleport        1    1128    7    30000,13200    30000,13200    180    zodiac         177    0        Acquarius_Zodiac    0
4    Acquarius_Teleport    1    1128    7    29975.5975    29975.5975    180    zodiac         177    0        Sagittarius_Zodiac    0
5    Sagittarius_Teleport    1    1128    7    22425,5925    22425,5925    180    zodiac         177    0        Leo_Zodiac        0
6    Leo_Teleport        1    1128    7    13575,6225    13575,6225    180    zodiac         177    0        Taurus_Zodiac        0
7    Taurus_Teleport        1    1128    7    6100,5900    6100,5900    180    zodiac         177    0        Scorpio_Zodiac        0
8    Scorpio_Teleport    1    1128    7    6000,13800    6000,13800    180    zodiac         177    0        Virgo_Zodiac        0
9    Virgo_Teleport        1    1128    7    5725,22175    5725,22175    180    zodiac         177    0        Gemini_Zodiac        0
10    Gemini_Teleport        1    1128    7    5075,31475    5075,31475    180    zodiac         177    0        Cancer_Zodiac        0
11    Cancer_Teleport        1    1128    7    13475,29225    13475,29225    180    zodiac         177    0        Aries_Zodiac        0
12    Aries_Teleport        1    1128    7    22375,29225    22375,29225    180    zodiac         177    0        Athena_Zodiac        0
13    Argent teleport        1    1128    7    20475,14325    20475,14325    180    zodiac      177    0        Argent_Zodiac        0

Share this post


Link to post
Share on other sites

 

here is whole script!!!

 

function Libra_Zodiac ()
    
    Talk ( 1, "Where would you like to go to?")
    Text ( 1, "Libra Palace", JumpPage, 2)
    Text ( 1, "Close",CloseTalk )

    InitTrigger()
    TriggerCondition( 1, HasMoney, 0 )
    TriggerAction( 1, TakeMoney, 0 )
    TriggerAction( 1, GoTo, 300,251, "zodiac")
    TriggerFailure( 1, JumpPage, 3)
    Talk( 2, "I just love Libra Palace! That will be 0 Gold")
    Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
    
    Talk (3, "You are broke you need money to go to isle around here!")
    

end

function Pisces_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Pisces Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 300,172, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Pisces Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!")
            
end    


function Acquarius_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Acquarius Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 300,92, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Acquarius Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!")
            
end


function Sagittarius_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Sagittarius Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )

            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 253,57, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Sagittarius Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )

            Talk (3, "You are broke you need money to go to isle around here!") 
            
end


function Leo_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Leo Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 135,41, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Leo Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end

function Taurus_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Taurus Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 77,60, "zodiac")
            TriggerFailure( 1, JumpPage,  3)
            Talk( 2, "Teleport to Taurus Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 


end

function Scorpio_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Scorpio Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 62,99, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Scorpio Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end

function Virgo_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Virgo Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )

            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 59,184, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Virgo Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end


function Gemini_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Gemini Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )    
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 52,272, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Gemini Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end


function Cancer_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Cancer Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )

            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 84,296, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Cancer Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end

function Aries_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Aries Palace", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 178,287, "zodiac")
            TriggerFailure( 1, JumpPage, 3)
            Talk( 2, "Teleport to Aries Palace? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (3, "You are broke you need money to go to isle around here!") 

end

function Athena_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Athena Temple", JumpPage, 2)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 135,169, "zodiac")
            TriggerFailure( 1, JumpPage,  3)
            Talk( 2, "Teleport to Athena Temple? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
    
            Talk (3, "You are broke you need money to go to isle around here!") 

end

function Argent_Zodiac ()

            Talk ( 1, "Where would you like to go to?")
            Text ( 1, "Argent City", JumpPage, 2)
            Text ( 1, "Capricorn Palace", JumpPage, 3)
            Text ( 1, "Close",CloseTalk )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 2187,2776, "garner")
            TriggerFailure( 1, JumpPage, 4)
            Talk( 2, "Teleport to Argent City? That will be 0 Gold")
            Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            InitTrigger()
            TriggerCondition( 1, HasMoney, 0 )
            TriggerAction( 1, TakeMoney, 0 )
            TriggerAction( 1, GoTo, 300,304, "zodiac")
            TriggerFailure( 1, JumpPage, 5)
            Talk( 3, "Teleport to Capricorn Palace? That will be 0 Gold")
            Text( 3, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )
            
            Talk (4, "You a broke ass dude, you can't teleport!")
            
end

 

Share this post


Link to post
Share on other sites

@Mesut

 

Please use the CODE tag to post code.

 

As for the question, how does the problem appear? Any errors? Give more information to us.

 


Share this post


Link to post
Share on other sites
Quotation

function Acquarius_Zodiac ()             

Talk ( 1, "Where would you like to go to?")             

Text ( 1, "Acquarius Palace", JumpPage, 2)             

Text ( 1, "Close",CloseTalk )                          

InitTrigger()           

 TriggerCondition( 1, HasMoney, 0 )             

TriggerAction( 1, TakeMoney, 0 )           

 TriggerAction( 1, GoTo, 300,92, "zodiac")             

TriggerFailure( 1, JumpPage, 3)             

Talk( 2, "Teleport to Acquarius Palace? That will be 0 Gold")             

Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )                          

Talk (3, "You are broke you need money to go to isle around here!")             

end

 

function Sagittarius_Zodiac ()             

Talk ( 1, "Where would you like to go to?")           

 Text ( 1, "Sagittarius Palace", JumpPage, 2)             

Text ( 1, "Close",CloseTalk )             

InitTrigger()             

TriggerCondition( 1, HasMoney, 0 )             

TriggerAction( 1, TakeMoney, 0 )             

TriggerAction( 1, GoTo, 253,57, "zodiac")             

TriggerFailure( 1, JumpPage, 3)             

Talk( 2, "Teleport to Sagittarius Palace? That will be 0 Gold")             

Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 1 )             

Talk (3, "You are broke you need money to go to isle around here!")              

end

 

here is the problem...

Edited by Mesut

Share this post


Link to post
Share on other sites
7 hours ago, Mesut said:

 

here is the problem...

Yes, I got it. But I asked what is the problem, how the bug manifests itself.

 

20 minutes ago, Mesut said:

nvm i made the npc all of them 14 npc all working thk u anyway

Great! What was the problem and how did you solve it?


Share this post


Link to post
Share on other sites

well this was the problem 

 

4    Acquarius_Teleport    1    1128    7    29975.5975    29975.5975    180    zodiac         177    0        Sagittarius_Zodiac    0
5    Sagittarius_Teleport    1    1128    7    22425,5925    22425,5925    180    zodiac         177    0        Leo_Zodiac        0
6    Leo_Teleport        1    1128    7    13575,6225    13575,6225    180    zodiac         177    0        Taurus_Zodiac        0

 

i made Sagittarius_Zodiac to Sagatta_Zodiac and leo_Zodiac script was missing so made new one it,s work and the lost one was same as the sagittaruis i change the Taurus_Zodiac to Tauru_Zodiac and everything works fine...

  • Thanks 1

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.


×
×
  • Create New...