Guida Modificare Item del Login fs 2010/11

Gemitaizpowa

Utente Normale
Autore del topic
24 Novembre 2011
82
0
Miglior risposta
0
andare su win scp sul percorso:
/usr/home/game/share/locale/germany/quest/object/notarget/login ------>give_basic_weapon.start

e per fare tutto piu comodo vi inserisco qui lo "script"

if pc.getqf("controllo_1_login") >= 1 then
return
else
say_title ( "Benvenuto" ) <------------- Titolo [in grossetto]
say ( "Benvenuto nel server ( nome del vostro server ) !" ) <------------ Testo inziale
say ( "Buon Divertimento!" )
say ( "" )
pc . give_item2 ( item )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 72702 , 1 )
pc . give_item2 ( 71044 , 200 )<------------- Item Che Si Troveranno Tutti i pg
pc . give_item2 ( 71045 , 200 )
pc . give_item2 ( 50052 , 1 )
pc . give_item2 ( 27115 , 50 )
pc . give_item2 ( 27112 , 50 )
pc . give_item2 ( 71027 , 100 )
pc . give_item2 ( 71028 , 100 )
pc . give_item2 ( 71029 , 100 )
pc . give_item2 ( 71030 , 100 )
pc . give_item2 ( 72050 , 1 )
pc . give_item2 ( 70007 , 1 )
pc . give_item2 ( 70038 , 200 )
pc . give_item2 ( 70038 , 200 )
pc.give_exp2(5100)
pc.changemoney(900000000)
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()<-------------- Cavallo medio
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . ride ()
say_reward ( "Hai raggiunto il livello 5 ." )
say_reward ( "Hai ricevuto 900.000.000 Yang ." )
say_reward ( "Hai ricevuto 800 Pozioni Rosse(G) ." )
say_reward ( "Hai ricevuto 400 Pozioni Blu(G) ." )
say_reward ( "Hai ricevuto Pozioni per la Velocità di Movimento e di Attacco ." )
say_reward ( "Hai ricevuto il Cavallo Medio ." )
say_reward ( "Hai ricevuto 400 Mantelli del coraggio ." )
say_reward ( "Hai ricevuto Anello Exp ." )
say_reward ( "Hai ricevuto Scarpe del Vento ." )
say_reward ( "Hai ricevuto Anello del Teletrasporto ." )
pc.setqf("controllo_1_login" , 2 )
if pc . job == 0 then
pc . give_item2 ( "19" , 1 ) <
pc . give_item2 ( "3009" , 1 )<
pc . give_item2 ( "11209" , 1 )<
pc . give_item2 ( "12229" , 1 ) <
pc . give_item2 ( "13029" , 1 ) <------------------ITEM PER WAR!
pc . give_item2 ( "14009" , 1 ) <
pc . give_item2 ( "15009" , 1 ) <
pc . give_item2 ( "16009" , 1 ) <
pc . give_item2 ( "17009" , 1 ) <
say_reward ( "Buon divertimento Guerriero!" )
elseif pc . job == 1 then
pc . give_item2 ( "1009" , 1 ) <
pc . give_item2 ( "2009" , 1 ) <
pc . give_item2 ( "8009" , 200 )<
pc . give_item2 ( "8008" , 200 ) <
pc . give_item2 ( "8007" , 200 ) <
pc . give_item2 ( "8000" , 200 ) <
pc . give_item2 ( "11409" , 1 ) <
pc . give_item2 ( "12369" , 1 ) < Item Per NINJA
pc . give_item2 ( "13009" , 1 ) <
pc . give_item2 ( "14009" , 1 ) <
pc . give_item2 ( "15009" , 1 ) <
pc . give_item2 ( "16009" , 1 ) <
pc . give_item2 ( "17009" , 1 ) <
say_reward ( "Buon divertimento Ninja!" )
elseif pc . job == 2 then
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "11609" , 1 )
pc . give_item2 ( "12489" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 ) <---------------- ITEM PER SURA
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
say_reward ( "Buon divertimento Sura!" )
elseif pc . job == 3 then
pc . give_item2 ( "5009" , 1 )
pc . give_item2 ( "7009" , 1 )
pc . give_item2 ( "11809" , 1 )
pc . give_item2 ( "12629" , 1 )
pc . give_item2 ( "13009" , 1 ) <---------------------Item Per Shamy
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
say_reward ( "Buon divertimento Shamano!" )
end
end


Naturalmente Modificatelo a vostro Piacimento
 
Riferimento: Modificare Item del Login fs 2010/11

Old direi ora mai tutti lo conoscono :emoji_smiley:
 
Riferimento: Modificare Item del Login fs 2010/11

Bisogna cancellare testo iniziale,item per war,shamy e le altre scritte? @HackerWar @Gemitaizpowa
 
Ultima modifica:
Riferimento: Modificare Item del Login fs 2010/11

@Zarbon99 se apri il file in quel percorso e leggi bene quelle scritte non ci sono, lui le ha messe per farti capire meglio.
 
Riferimento: Modificare Item del Login fs 2010/11

@Gemitaizpowa puoi postare lo script,pronto e fresco senza le varie indiazioni che hai messo?Perchè errando nel cosa cancellare e no,ho dovuto rifare server 2 volte.
 
Riferimento: Modificare Item del Login fs 2010/11

no...grazie lo stesso...perchè per ora è implementato....niente xD...quindi lo modificherò io quando sarà il momento....se puoi dai exp a tal punto da far arrivare al 99.... @Gemitaizpowa
 
Riferimento: Modificare Item del Login fs 2010/11

Eccolo:
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
@Zarbon99

Firma:

signature1.png
 
Riferimento: Modificare Item del Login fs 2010/11

Eccolo:

if pc.getqf("controllo_1_login") >= 1 then
return
else
say_title ( "Benvenuto" )
say ( "Benvenuto nel server!" )
say ( "Buon Divertimento!" )
say ( "" )
pc . give_item2 ( item )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 72702 , 1 )
pc . give_item2 ( 71044 , 200 )
pc . give_item2 ( 71045 , 200 )
pc . give_item2 ( 50052 , 1 )
pc . give_item2 ( 27115 , 50 )
pc . give_item2 ( 27112 , 50 )
pc . give_item2 ( 71027 , 100 )
pc . give_item2 ( 71028 , 100 )
pc . give_item2 ( 71029 , 100 )
pc . give_item2 ( 71030 , 100 )
pc . give_item2 ( 72050 , 1 )
pc . give_item2 ( 70007 , 1 )
pc . give_item2 ( 70038 , 200 )
pc . give_item2 ( 70038 , 200 )
pc.give_exp2(5100)
pc.changemoney(900000000)
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . ride ()
say_reward ( "Hai raggiunto il livello 5 ." )
say_reward ( "Hai ricevuto 900.000.000 Yang ." )
say_reward ( "Hai ricevuto 800 Pozioni Rosse(G) ." )
say_reward ( "Hai ricevuto 400 Pozioni Blu(G) ." )
say_reward ( "Hai ricevuto Pozioni per la Velocità di Movimento e di Attacco ." )
say_reward ( "Hai ricevuto il Cavallo Medio ." )
say_reward ( "Hai ricevuto 400 Mantelli del coraggio ." )
say_reward ( "Hai ricevuto Anello Exp ." )
say_reward ( "Hai ricevuto Scarpe del Vento ." )
say_reward ( "Hai ricevuto Anello del Teletrasporto ." )
pc.setqf("controllo_1_login" , 2 )
if pc . job == 0 then
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "3009" , 1 )
pc . give_item2 ( "11209" , 1 )
pc . give_item2 ( "12229" , 1 )
pc . give_item2 ( "13029" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Guerriero!" )
elseif pc . job == 1 then
pc . give_item2 ( "1009" , 1 )
pc . give_item2 ( "2009" , 1 )
pc . give_item2 ( "8009" , 200 )
pc . give_item2 ( "8008" , 200 )
pc . give_item2 ( "8007" , 200 )
pc . give_item2 ( "8000" , 200 )
pc . give_item2 ( "11409" , 1 )
pc . give_item2 ( "12369" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Ninja!" )
elseif pc . job == 2 then
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "11609" , 1 )
pc . give_item2 ( "12489" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Sura!" )
elseif pc . job == 3 then
pc . give_item2 ( "5009" , 1 )
pc . give_item2 ( "7009" , 1 )
pc . give_item2 ( "11809" , 1 )
pc . give_item2 ( "12629" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Shamano!" )
end
end
@Zarbon99

Firma:

signature1.png
 
Riferimento: Modificare Item del Login fs 2010/11

Grazie :emoji_smiley: mi sei stato davvero utile :emoji_smiley:
Eccolo:

if pc.getqf("controllo_1_login") >= 1 then
return
else
say_title ( "Benvenuto" )
say ( "Benvenuto nel server!" )
say ( "Buon Divertimento!" )
say ( "" )
pc . give_item2 ( item )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27003 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 27006 , 200 )
pc . give_item2 ( 72702 , 1 )
pc . give_item2 ( 71044 , 200 )
pc . give_item2 ( 71045 , 200 )
pc . give_item2 ( 50052 , 1 )
pc . give_item2 ( 27115 , 50 )
pc . give_item2 ( 27112 , 50 )
pc . give_item2 ( 71027 , 100 )
pc . give_item2 ( 71028 , 100 )
pc . give_item2 ( 71029 , 100 )
pc . give_item2 ( 71030 , 100 )
pc . give_item2 ( 72050 , 1 )
pc . give_item2 ( 70007 , 1 )
pc . give_item2 ( 70038 , 200 )
pc . give_item2 ( 70038 , 200 )
pc.give_exp2(5100)
pc.changemoney(900000000)
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . advance ()
horse . ride ()
say_reward ( "Hai raggiunto il livello 5 ." )
say_reward ( "Hai ricevuto 900.000.000 Yang ." )
say_reward ( "Hai ricevuto 800 Pozioni Rosse(G) ." )
say_reward ( "Hai ricevuto 400 Pozioni Blu(G) ." )
say_reward ( "Hai ricevuto Pozioni per la Velocità di Movimento e di Attacco ." )
say_reward ( "Hai ricevuto il Cavallo Medio ." )
say_reward ( "Hai ricevuto 400 Mantelli del coraggio ." )
say_reward ( "Hai ricevuto Anello Exp ." )
say_reward ( "Hai ricevuto Scarpe del Vento ." )
say_reward ( "Hai ricevuto Anello del Teletrasporto ." )
pc.setqf("controllo_1_login" , 2 )
if pc . job == 0 then
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "3009" , 1 )
pc . give_item2 ( "11209" , 1 )
pc . give_item2 ( "12229" , 1 )
pc . give_item2 ( "13029" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Guerriero!" )
elseif pc . job == 1 then
pc . give_item2 ( "1009" , 1 )
pc . give_item2 ( "2009" , 1 )
pc . give_item2 ( "8009" , 200 )
pc . give_item2 ( "8008" , 200 )
pc . give_item2 ( "8007" , 200 )
pc . give_item2 ( "8000" , 200 )
pc . give_item2 ( "11409" , 1 )
pc . give_item2 ( "12369" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Ninja!" )
elseif pc . job == 2 then
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "11609" , 1 )
pc . give_item2 ( "12489" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Sura!" )
elseif pc . job == 3 then
pc . give_item2 ( "5009" , 1 )
pc . give_item2 ( "7009" , 1 )
pc . give_item2 ( "11809" , 1 )
pc . give_item2 ( "12629" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
repeat
pc . give_exp2 ( pc . get_next_exp () )
if pc . level >= 99 then
break
say_reward ( "Buon divertimento Shamano!" )
end
end
@Zarbon99

Firma:

signature1.png