Auto Lvl NPC/Script

12/28/2009 13:10 iDOGS#1
Cany please any1 make guide of NPC or anything hwo to autolvl players.....Like Kxyt2.....Make new char and it autolvls to 80


Thanks ^^:handsdown:
02/24/2010 17:33 arjie03#2
bot2x nah
02/24/2010 17:50 55.amina.55#3
Quote:
Originally Posted by iDOGS View Post
Cany please any1 make guide of NPC or anything hwo to autolvl players.....Like Kxyt2.....Make new char and it autolvls to 80


Thanks ^^:handsdown:
iich bin intressiert this topic too knows everybody howto make this "auto npc lvl bot" ?
07/01/2011 13:59 RageMT2#4
you can make it from your server's starterset
IF, YOU KNOW HOW TO USE FILEZILLA THEN THIS IS GOING TO HELP OTHERWISE I WON'T HELP YOU AT ALL.
IF, YOU DONT KNOW HOW TO USE IT YOU ALWAYS CAN SEE AN TUTORIAL I THINK THAT THERE ARE A LOT IN THE EPVP FORUM. IF YOU DON'T FIND ONE I CAN HELP YOU JUST TELL IT TO ME.

OK, first open your server and then open filezilla.
Then, connect to your server through filezilla.
Clicl on the folder named ... then usr/rain/channel/share_data/locale/hongkong/quest/object/notarget/letter/main_quest_lv1.gotoinfomation right click and click view / edit

ok you will open this with .txt delete every thing in there and copy this.

say_title ( "Welcome" )
say ( "Welcome to the world of ********." )
say ( "*server site*" )
say ( "Have Fun" )
say ( "" )
pc . give_exp2 ( 100000 )
set_quest_state ( "levelup" , "run" )
pc . change_money ( 100000 )
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 ( "50051" , 1 )
horse . advance ( )
say_reward ( "You are 33 level now." )
say_reward ( "You have recieved 100000 yang." )
say_reward ( "You have recieved 1000 Red(G)." )
say_reward ( "You have recieved 400 Blue(G)." )
say_reward ( "You have recieved Horse Level 1." )
say_reward ( "" )
clear_letter ( )
set_state ( "__COMPLETE__" )
if pc . job == 0 then
pc . give_item2 ( "75" , 1 )
pc . give_item2 ( "3065" , 1 )
pc . give_item2 ( "11235" , 1 )
pc . give_item2 ( "12225" , 1 )
pc . give_item2 ( "13025" , 1 )
pc . give_item2 ( "14105" , 1 )
pc . give_item2 ( "15089" , 1 )
pc . give_item2 ( "16105" , 1 )
pc . give_item2 ( "17105" , 1 )
say_reward ( "You have recieved the Warriorset!" )
elseif pc . job == 1 then
pc . give_item2 ( "1035" , 1 )
pc . give_item2 ( "2065" , 1 )
pc . give_item2 ( "8009" , 200 )
pc . give_item2 ( "8008" , 200 )
pc . give_item2 ( "8007" , 200 )
pc . give_item2 ( "8006" , 200 )
pc . give_item2 ( "11435" , 1 )
pc . give_item2 ( "12365" , 1 )
pc . give_item2 ( "13025" , 1 )
pc . give_item2 ( "14105" , 1 )
pc . give_item2 ( "15089" , 1 )
pc . give_item2 ( "16105" , 1 )
pc . give_item2 ( "17105" , 1 )
say_reward ( "You have recieved the Ninjaset!" )
elseif pc . job == 2 then
pc . give_item2 ( "75" , 1 )
pc . give_item2 ( "11635" , 1 )
pc . give_item2 ( "12505" , 1 )
pc . give_item2 ( "13025" , 1 )
pc . give_item2 ( "14105" , 1 )
pc . give_item2 ( "15089" , 1 )
pc . give_item2 ( "16105" , 1 )
pc . give_item2 ( "17105" , 1 )
say_reward ( "You have recieved the Suraset!" )
elseif pc . job == 3 then
pc . give_item2 ( "5035" , 1 )
pc . give_item2 ( "7065" , 1 )
pc . give_item2 ( "11835" , 1 )
pc . give_item2 ( "12645" , 1 )
pc . give_item2 ( "13025" , 1 )
pc . give_item2 ( "14105" , 1 )
pc . give_item2 ( "15089" , 1 )
pc . give_item2 ( "16105" , 1 )
pc . give_item2 ( "17105" , 1 )
say_reward ( "You have recieved the Schamiset!" )
end


replace the ***** with your servers info.

now find the pc . give exp2 (100000) this is the exp that is going to be given to the char when he is going to first login. you can change the 100000 with every value you want by the way this is for 33 level i think that you needn't to change this.