Hey ich habe ein Starterset gemacht aber irgendwie klappts net auch wenn ich make.sh ausführe.
Hilfe
Hilfe
mach mal das rein und änder die idsQuote:
say_title ( "Willkommen" )
say ( "Willkommen auf dem Server ......." )
say ( "Wehe du Hackst dann wirste hier gebannd have Fun" )
say ( "" )
set_quest_state ( "levelup" , "run" )
pc . change_money ( 15000000 )
pc . give_exp2 ( 50000 )
pc . give_item2 ( "27003" , 200 )
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 ( "71050" , 200 )
pc . give_item2 ( "72702" , 1 )
pc . give_item2 ( "50053" , 1 )
horse . set_level(30)
horse . summon(10)
say_reward ( "Du wurdest level ...." )
say_reward ( "Du erhielst Yang." )
say_reward ( "Du erhielst 1000 Rote(G)." )
say_reward ( "Du erhielst 400 Blaue(G)." )
say_reward ( "Du erhielst Items fur Laufgeschwindigkeit." )
say_reward ( "Du erhielst ein Pferd." )
clear_letter ( )
set_state ( "__COMPLETE__" )
if pc . job == 0 then
pc . give_item2 ( "149" , 1 )
pc . give_item2 ( "3139" , 1 )
pc . give_item2 ( "11299" , 1 )
pc . give_item2 ( "12249" , 1 )
pc . give_item2 ( "13069" , 1 )
pc . give_item2 ( "14209" , 1 )
pc . give_item2 ( "15229" , 1 )
pc . give_item2 ( "16209" , 1 )
pc . give_item2 ( "17109" , 1 )
pc . give_item2 ( "11971" , 1 )
say_reward ( "Du bist nun ein richtiger Krieger!" )
elseif pc . job == 1 then
pc . give_item2 ( "1109" , 1 )
pc . give_item2 ( "2149" , 1 )
pc . give_item2 ( "8009" , 200 )
pc . give_item2 ( "8008" , 200 )
pc . give_item2 ( "8007" , 200 )
pc . give_item2 ( "8006" , 200 )
pc . give_item2 ( "11499" , 1 )
pc . give_item2 ( "12389" , 1 )
pc . give_item2 ( "13069" , 1 )
pc . give_item2 ( "14209" , 1 )
pc . give_item2 ( "15229" , 1 )
pc . give_item2 ( "16209" , 1 )
pc . give_item2 ( "17109" , 1 )
pc . give_item2 ( "11972" , 1 )
say_reward ( "Du bist nun ein richtiger Ninja!" )
elseif pc . job == 2 then
pc . give_item2 ( "159" , 1 )
pc . give_item2 ( "11699" , 1 )
pc . give_item2 ( "12529" , 1 )
pc . give_item2 ( "13069" , 1 )
pc . give_item2 ( "14209" , 1 )
pc . give_item2 ( "15229" , 1 )
pc . give_item2 ( "16209" , 1 )
pc . give_item2 ( "17109" , 1 )
pc . give_item2 ( "11973" , 1 )
say_reward ( "Du bist nun ein richtiger Sura!" )
elseif pc . job == 3 then
pc . give_item2 ( "5099" , 1 )
pc . give_item2 ( "7149" , 1 )
pc . give_item2 ( "11899" , 1 )
pc . give_item2 ( "12669" , 1 )
pc . give_item2 ( "13069" , 1 )
pc . give_item2 ( "14209" , 1 )
pc . give_item2 ( "15229" , 1 )
pc . give_item2 ( "16209" , 1 )
pc . give_item2 ( "17109" , 1 )
pc . give_item2 ( "11974" , 1 )
say_reward ( "Du bist nun ein richtiger Schami!" )
end