Ajuda Private
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Ajuda Private

Ajuda Private, veio para poder ajudar vocês a terem seu próprio server private de tales of pirates.
 
InícioÚltimas imagensProcurarRegistarEntrar

 

 Traduzindo Fala no System

Ir para baixo 
AutorMensagem
Admin
Admin



Mensagens : 59
Data de inscrição : 06/08/2010
Idade : 28
Localização : Cachoeiro de Itapemirim

Traduzindo Fala no System Empty
MensagemAssunto: Traduzindo Fala no System   Traduzindo Fala no System Icon_minitimeSex Ago 06, 2010 4:55 pm

Vou dizer como traduzir as falas que aparece no System quando abre o Portal de C.A e etc...
Chaos Argent por Exemplo:
Va para Pasta do Server->resource->garner2

Na pasta garner2 procure pelo Arquivo entry.lua
Procure por esta parte:


Código:
map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry) --È¡µØͼÈë¿ÚµÄλÖÃÐÅÏ¢£¨µØͼÃû£¬×ø±ê£¬Ä¿±êµØͼÃû£©
    Notice("Announcement: According to reports, near Darkblue at ["..posx..","..posy.."] appears a portal to Chaos Argent. Please check it out.") --֪ͨ±¾×é·þÎñÆ÷µÄËùÓÐÍæ¼Ò

end

function after_destroy_entry_garner2(entry)
    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry)
    Notice("Announcement: According to reports, portal to [Chaos Argent] has vanished. Check announcement for more details. Enjoy!")

end

function after_player_login_garner2(entry, player_name)
    map_name, posx, posy, tmap_name = GetMapEntryPosInfo(entry) --È¡µØͼÈë¿ÚµÄλÖÃÐÅÏ¢£¨µØͼÃû£¬×ø±ê£¬Ä¿±êµØͼÃû£©
    ChaNotice(player_name, "Announcement: According to reports, near Darkblue at ["..posx..","..posy.."] appears a portal to Chaos Argent. Please check it out.") --֪ͨ±¾×é·þÎñÆ÷µÄËùÓÐÍæ¼Ò

end






function check_can_enter_garner2( role, copy_mgr )
  local FightingBook_Num = 0
  FightingBook_Num = CheckBagItem( role,3849 )
  local Team_In = IsInTeam(role)
  if Team_In == 1 then
      SystemNotice ( role , "Cannot Enter in Party to Chaos Argent" )
      return 0
     
  end
  if FightingBook_Num <= 0 then
      SystemNotice ( role , "Does not possess Medal of Valor. Unable to pass through Portal to Chaos Argent" )
      return 0
  elseif FightingBook_Num > 1 then
      LG("RYZ_PK","Does not possess Medal of Valor. Unable to pass through Portal to Chaos Argent")
      return 0
  end
  local role_RY = GetChaItem2 ( role , 2 , 3849 )
  local HonorPoint = GetItemAttr ( role_RY , ITEMATTR_VAL_STR)

  if HonorPoint < 20 then
      SystemNotice ( role , "You need 20 Honor Points to enter Chaos Argent" )
      return 0
  end

  if HonorPoint >30000 then
      SystemNotice ( role , "Too much Honor Points unable to participate" )
      return 0
  end

  local Credit_Garner2 = GetCredit(role)
    if Credit_Garner2 < 30 then
      SystemNotice ( role , "You need 30 Reputation to enter Chaos Argent" )
      return 0
  --else
--      DelCredit(role,30)
  end

  if Lv(role) < 20 then
  SystemNotice(role, "Only players Lv 20 and above may enter Chaos Argent")
      return 0   
  end
  local Has_money = check_HasMoney(role)
  if Has_money == 1 then
     
      return 1
     
  else
      SystemNotice(role,"You dont have enough money...")
      return 0
  end
           
end

function check_HasMoney(role)
  local lv= GetChaAttr(role, ATTR_LV)
  local Money_Need = lv*50
  local Money_Have = GetChaAttr ( role , ATTR_GD )
      if Money_Have >= Money_Need then
        return 1
      end

end


function begin_enter_garner2(role, copy_mgr)
  local  Money_Have = GetChaAttr ( role , ATTR_GD )
  local lv= GetChaAttr(role, ATTR_LV)
  local Money_Need = lv*50
  local  Money_Now = Money_Have - Money_Need
  SetChaAttrI( role , ATTR_GD , Money_Now )
  DelCredit(role,30)
      SystemNotice(role,"Enters [Chaos Argent] Cost "..Money_Need..", will be deducted 30 reputation points.")
      MoveCity(role, "Chaos Argent")
Money_all = Money_all + Money_Need * 0.8
end

Agora é só você traduzir as partes acima que você quer.
Creditos: topleiros
Ir para o topo Ir para baixo
https://ajudaprivate.forumeiros.com
 
Traduzindo Fala no System
Ir para o topo 
Página 1 de 1

Permissões neste sub-fórumNão podes responder a tópicos
Ajuda Private :: Scripts, Textures e Outros... :: Scripts | Items | Outros...-
Ir para: