Jump to content
Sign in to follow this  
yosf

how add new appreals,maps at my server

Recommended Posts

@yosf apps should be 5-7k only unless your gameserver.exe/game.exe hexed

---------------------------------------------------------------------------------------------------

 

for maps :-

first add the map file inside ur resource. for example  "yosfmap"

------------------------------------------------------------------------------------------------------------------------------

second go to "script/MisScript/ScriptDefine.lua" add new line should be like this     AddMap( "yosfmap", "Yosef Map" )  

Add map name example:

AddMap( "mapname", "anyname" ) 

--------------------------------------------------------------------------------------------------------------------------------

third you need to get birth coordinates, as you know all released maps provides .txt with coordinates..

so go to "resource/script/birth/birth_conf.lua"

AddBirthPoint("Yosef Map", "yosfmap", xxxx,yyyy)

 

so this is an example for 

AddBirthPoint("name for tele/ticket/portal entry", "mapname", coord x, coord y)

-----------------------------------------------------------------------------------------------------------------------------------------

fourth and last mapinfo.txt   so,  go to "resource/mapinfo.txt" you can copy any line from there... 

example:

49    yosfmap      Yosef Map   1    50,50        3,50,50        255,255,255

so:-

"id"    " mapname "       "the name that  will appears in your client"    1    50,50        3,50,50        255,255,255

 

compile your mapinfo.txt and done...

 

 

 

 

 

 

 

 

 

 

 


Kind regards, AG.

Share this post


Link to post
Share on other sites
В 06.08.2017 в 23:21, yosf сказал:

what about appreals @J0k3r

Add appareals to ItemInfo.txt and put their models with textures to client. Appareals IDs should be between 5000 - 6000.


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