JustMetin
Pentru o vizualizare mai buna pe JustMetin te rog INREGISTREAZATE !

Alăturați-vă forumului, este rapid și ușor

JustMetin
Pentru o vizualizare mai buna pe JustMetin te rog INREGISTREAZATE !
JustMetin
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Piatra spiritului 98% in Romana

2 participanți

In jos

Piatra spiritului 98% in Romana Empty Piatra spiritului 98% in Romana

Mesaj Scris de danger655 Sam Iul 02, 2011 9:47 pm

Salut JustMetin , multi cautati piatra spiritului tradusa , ei bine , am tradus-o eu fara GooGle Translate
Intrati in usr/rain/channel/share_data/locale/hongkong/quest/object , cautam folderul 50513 , si in el trebuie sa se mai afle un folder numit use , apoi in acel folder gasim fisierul training_grandmaster_skill.start , dam click dreapta pe el , editam , stergem ce este in continutul lui , si inlocuim cu
Cod:
say_title ( "Piatra Spiritului" )
if pc . get_skill_group ( ) == 0 then
say ( "Nu ai nici o aptitudine" .. pc . get_skill_group ( ) )
return
end
if get_time ( ) < pc . getqf ( "next_time" ) then
if pc . is_skill_book_no_delay ( ) then
say ( "Acest lucru va permite" )
say ( "perfectionarea competentelor." )
say ( "" )
wait ( )
say_title ( "Piatra Spiritului" )
else
say ( "Trebuie sa asteptati." )
return
end
end
local result = training_grandmaster_skill . BuildGrandMasterSkillList ( pc . get_job ( ) , pc . get_skill_group ( ) )
local vnum_list = result [ 1 ]
local name_list = result [ 2 ]
if table . getn ( vnum_list ) == 0 then
say ( "Aptitudinile tale sunt deja perfecte!" )
return
end
say ( "Alegeti o abilitate de la ." )
say ( "" )
local menu_list = { }
table . foreach ( name_list , function ( i , name ) table . insert ( menu_list , name ) end )
table . insert ( menu_list , "Abbrechen" )
local s = select_table ( menu_list )
if table . getn ( menu_list ) == s then
return
end
local skill_name = name_list [ s ]
local skill_vnum = vnum_list [ s ]
local skill_level = pc . get_skill_level ( skill_vnum )
local cur_alignment = pc . get_real_alignment ( )
local need_alignment = 1000 + 500 * ( skill_level - 30 )
test_chat ( "Deine Rangpunkte:" .. cur_alignment )
test_chat ( "Benötigte Rangpunkte:" .. need_alignment )
local title = string . format ( "%s Perfektionieren" , skill_name , skill_level - 30 + 1 )
say_title ( title )
say ( "Atunci cand cititi piatra spiritului" )
say ( "pierzi punctaj din grad!" )
say ( "" )
if cur_alignment < - 19000 + need_alignment then
say_reward ( "Puncte insuficiente." )
return
end
if cur_alignment < 0 then
say_reward ( string . format ( "Puncte necesare: %d -> %d" , need_alignment , need_alignment * 2 ) )
say_reward ( "(®️ö¤H¥H¤Uªº¸Ü, µ½´c­È®️ø¯Ó2­¿)" )
need_alignment = need_alignment * 2
elseif cur_alignment < need_alignment then
say_reward ( string . format ( "Puncte necesare:: %d" , need_alignment ) )
say_reward ( "Zu wenige Rangpunkte" )
else
say_reward ( string . format ( "Puncte necesare: %d" , need_alignment ) )
end
say ( "" )
local s = select ( "Mai mult" , "Intrerupe" )
if s == 2 then
return
end
if cur_alignment >= 0 and cur_alignment < need_alignment then
say_title ( string . format ( "%s ½T©️w" , title ) )
say ( "A venit timpul!" )
say ( "Pentru antrenament," )
say ( "Va rugam sa scrieti : Antreneaza-te" )
say ( "" )
say ( "" )
say_reward ( "Antreneaza-te" )
say ( "" )
say ( "¦pªG¤£·Q­×½mªº¸Ü, ½Ð«ö¤U½T©️w" )
local s = input ( )
if s ~= "Trainieren" then
return
end
end
if get_time ( ) < pc . getqf ( "next_time" ) then
if pc . is_skill_book_no_delay ( ) then
pc . remove_skill_book_no_delay ( )
else
say ( "[°ª¯Åµ¥¯Å]§Þ¯à­×½m¿ù»~: ¥ð®️§¤¤" )
return
end
end
pc . setqf ( "next_time" , get_time ( ) + time_hour_to_sec ( number ( 8 , 12 ) ) )
if need_alignment > 0 then
if pc . learn_grand_master_skill ( skill_vnum ) then
pc . change_alignment ( - need_alignment )
say_title ( string . format ( "%s " , title ) )
if 40 == pc . get_skill_level ( skill_vnum ) then
say ( string . format ( "%s ist schon Perfekt" , skill_name ) )
else
say ( string . format ( "Succes" , skill_name , skill_level - 30 + 1 + 1 ) )
end
say ( "" )
say_reward ( "Succes!" )
say_reward ( string . format ( "Puncte luate %d " , need_alignment ) )
say ( "" )
else
say_title ( string . format ( "%s " , title ) )
say ( "Acest lucru nu este elaborat ,din pacate." )
say ( "" )
say_reward ( "Ai esuat frate,mai incerca!" )
say ( "" )
pc . change_alignment ( - number ( need_alignment / 3 , need_alignment / 2 ) )
end
end
item . remove ( )
,apoi dam reboot la server.Sper ca va fost de folos Wink
danger655
danger655
Super Moderatori
Super Moderatori

Bara Warn : Piatra spiritului 98% in Romana 10010
Mesaje : 102
Popularitate : 0
Varsta : 28
Localizare : Botosani

http://www.justmetin.tk/

Sus In jos

Piatra spiritului 98% in Romana Empty Re: Piatra spiritului 98% in Romana

Mesaj Scris de stefan4321 Lun Iul 04, 2011 1:09 am

bv

stefan4321
Level 1
Level 1

Mesaje : 38
Popularitate : 0

Sus In jos

Sus

- Subiecte similare

 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum