Jump to content
  • 0

Remove Start text and iconMinimap


max65

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

Hi all , I need your help for two question if you can help me , your strong men!! ahah ^^.

1. How Remove or Change Text.

 

screenrAthena_RENEWAL_201001.thumb.jpg.f87fabd3661a46a7a296326d397ac5bd.jpg

 

2. I don't understand what I need here (screen) for remove the icon on the mini-card = s.

15019198_Sanstitre.thumb.png.e845cafc870d0e6074c90091eed807cc.png

 

Thx for your reply and help. ? and sorry for my bad english...

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   169
  • Joined:  04/05/13
  • Last Seen:  

Right side

Client > System > towninfo.lub

-- type 0 = Tool Dealer
-- type 1 = Weapon Dealer
-- type 2 = Armor Dealer
-- type 3 = Smith
-- type 4 = Guide
-- type 5 = Inn
-- type 6 = Kafra Employee
-- For additional type support, please contact the programmer team if there any resource issues

mapNPCInfoTable = {}

--function

function main()
  for mapName, info in pairs(mapNPCInfoTable) do
    for k, v in pairs(info) do
      result, msg = AddTownInfo(mapName, v.name, v.X, v.Y, v.TYPE)
      if not result then
        return false, msg
      end
    end
  end
  return true, "good"
end

 

Left side

Server > Disable VIP System or change text in src.

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

Thx guys =p

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

hello, I change everything except (look screen)  someone could tell me how to do? ^^

screenrAthena_RENEWAL_201000.thumb.jpg.01e22836aee34fc9a61babb88278dc4b.jpg

Edited by max65
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

4 hours ago, max65 said:

hello, I change everything except (look screen)  someone could tell me how to do? ^^

screenrAthena_RENEWAL_201000.thumb.jpg.01e22836aee34fc9a61babb88278dc4b.jpg

src\config\core.hpp

disable this

/// Uncomment to enable VIP system.
#define VIP_ENABLE

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

Thx All ^^, for those who want , you need to turn of ( See conf/battle/player.conf for general VIP settings. )

 

Quote

// Will display rate information (EXP, Drop, and Death penalty message)? (Note 1)
vip_disp_rate: no

 

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

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