Jump to content
Sign in to follow this  
Dimasik

Не могу найти карту

Recommended Posts

Как называется карта сон яны по серверным файлам, хочу добавить, но открывать ледынь ради нее думаю слишком глупо)

Share this post


Link to post
Share on other sites

Тоже самое

 

 

--------------------------------------------------------------------------
--                                                                        --
--                                                                        --
--                    entry.lua                                            --
--                    (Мир демонов)                                        --
--                                                                        --
--------------------------------------------------------------------------

function config_entry(entry) 
    SetMapEntryEntiID(entry, 193,1) 
end 

function after_create_entry(entry) 
    local copy_mgr = GetMapEntryCopyObj(entry, 0) 

    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry)
    Notice("\206\225\250\255\226\235\229\237\232\229: \192\241\234\224\240\238\237 ["..posx..","..posy.."] \239\238\255\226\232\235\241\255 \239\238\240\242\224\235 \226\229\228\243\249\232\233 \226 [\204\232\240 \196\229\236\238\237\238\226]. \209\235\229\228\232\242\229 \231\224 \237\238\226\238\241\242\255\236\232.") 
end

function after_destroy_entry_puzzleworld(entry)
    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry) 
    Notice("\206\225\250\255\226\235\229\237\232\229: \207\238\240\242\224\235 \226 [\204\232\240 \196\229\236\238\237\238\226] \231\224\234\240\251\235\241\255. \209\235\229\228\232\242\229 \231\224 \237\238\226\238\241\242\255\236\232. \211\228\224\247\232!") 
end

function after_player_login_puzzleworld(entry, player_name)
    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry) 
    ChaNotice(player_name, "\206\225\250\255\226\235\229\237\232\229: \192\241\234\224\240\238\237 ["..posx..","..posy.."] \239\238\255\226\232\235\241\255 \239\238\240\242\224\235 \226\229\228\243\249\232\233 \226 [\204\232\240 \196\229\236\238\237\238\226]. \209\235\229\228\232\242\229 \231\224 \237\238\226\238\241\242\255\236\232.")
end

function check_can_enter_puzzleworld( role, copy_mgr )
    if Lv(role) >=50 then    
        return 1        
    else
        SystemNotice(role, "\194\251 \228\238\235\230\237\251 \225\251\242\252 \237\229 \237\232\230\229 50 \243\240\238\226\237\255, \247\242\238\225\251 \226\238\233\242\232 \226 \204\232\240 \196\229\236\238\237\238\226 ")
        return 0    
    end
end

function begin_enter_puzzleworld(role, copy_mgr) 
        SystemNotice(role,"\194\245\238\228 \226 [\204\232\240 \196\229\236\238\237\238\226]") 
        MoveCity(role, "Мир Демонов")
end
 

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