1. Bad Ips or Bad Db name or pw.
2-Log Error - Is something wrong with ur item (6925) U can delete it so u wont get this error
2. ToP Tools is best and the easiest way.
3. Teleport
PHP Code:
function Teleport()
local ReSelectTalk = "I need to reconsiderˇ"
local ReSelectPage = 1
local CancelSelectTalk = "Forget itˇI will stay here"
local CancelSelectPage = 4
local CurMapName = "MapName"
local GoTo01X = CoordX
local GoTo01Y = CoordY
local GoTo01M = CurMapName
Talk( 1, "Any tEXT"
Text( 1, "Ant Text", JumpPage, 2 )
InitTrigger()
TriggerAction( 1, GoTo, GoTo01X, GoTo01Y, GoTo01M )
Talk( 2, "Do you wish to go out?" )
Text( 2, "Teleport",MultiTrigger, GetMultiTrigger(), 2 )
Text( 2, CancelSelectTalk, JumpPage , CancelSelectPage )
Talk( 3, "Any Talk"" )
InitTrigger()
TriggerCondition( 1, HasRecord, 330 )
TriggerAction( 1, JumpPage, 1 )
TriggerCondition( 2, NoRecord, 330 )
TriggerAction( 2, JumpPage, 3 )
Start( GetMultiTrigger(), 3 )
Talk( 4, "Remember to look for me again if you need to teleport", CloseTalk )
end
4. Probably bad coords and open time.
5. Chests
PHP Code:
1183 Chest1 c1 4 5 683 0 1 1 0 0 0 0 0 0 0 0 0 0 1 311 100 -1 -1 -1 0 0 0 0 1.201 1.201 1.201 40 1 2,5 399 0 0 0 0 1 0 0 0 0 0 5855,5856,5857,5858,5859 15000,15000,15000,15000,15000 0 0 0 0 0 10 0 1000 0 0 1 0 110 3500000 0 1000 0 0 0 60 0 -2 1 10 90 300 1000 2000 0 2000 0 0 0 0 0 0 0 45 20 0 0 0 20000 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
1184 Chest 2 c2 4 5 683 0 1 1 0 0 0 0 0 0 0 0 0 0 1 311 100 -1 -1 -1 0 0 0 0 1.201 1.201 1.201 40 1 2,5 399 0 0 0 0 1 0 0 0 0 0 5771,5772,5773,5774,5775 15000,15000,15000,15000,15000 0 0 0 0 0 10 0 1000 0 0 1 0 110 3500000 0 1000 0 0 0 60 0 -2 1 10 90 300 1000 2000 0 2000 0 0 0 0 0 0 0 45 20 0 0 0 20000 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
1185 Chest3 3 c3 4 5 683 0 1 1 0 0 0 0 0 0 0 0 0 0 1 311 100 -1 -1 -1 0 0 0 0 1.201 1.201 1.201 40 1 2,5 399 0 0 0 0 1 0 0 0 0 0 5750,5751,5752 15000,15000,15000, 0 0 0 0 0 10 0 1000 0 0 1 0 110 350000 0 1000 0 0 0 60 0 -2 1 10 90 300 1000 2000 0 2000 0 0 0 0 0 0 0 45 20 0 0 0 20000 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
1186 Chest4 c4 4 5 683 0 1 1 0 0 0 0 0 0 0 0 0 0 1 311 100 -1 -1 -1 0 0 0 0 1.201 1.201 1.201 40 1 2,5 399 0 0 0 0 1 0 0 0 0 0 452,3641 15000,15000 0 0 0 0 0 10 0 1000 0 0 1 0 110 350000 0 1000 0 0 0 60 0 -2 1 10 90 300 1000 2000 0 2000 0 0 0 0 0 0 0 45 20 0 0 0 20000 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
There u have any chests with drop
Bd gems , Azreals, Ugs etc
5. If u want make chest spawn eg in argent you have to add this to ur argent.ctrl
PHP Code:
function map_copy_run_special_garner( map_copy )
Every_5_minute = Every_360_minute+1
if Every_360_minute == 2 then
local Monster2 = CreateChaEx(ID, CoordX, CoordY, 145,
)
SetChaLifeTime(Monster2,299050)
end
You can edit ur chests in CharacterInfo,
::: TO PUT CHESTS COORDS YOU HAVE TO STAY UR CHAR AT PLACE WHERE U WANT UR CHEST AND &qcha urName . You will find at system qcha Coords. Put it to CoordX, CoordY and will be fine