Register for your free account! | Forgot your password?

You last visited: Today at 03:11

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELASE]Kill Quest Level 35

Discussion on [RELASE]Kill Quest Level 35 within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 6
Received Thanks: 15
[RELASE]Kill Quest Level 35

Hi ! I make a quest for pvm pserver's !!!





Quest:

Code:
----------------------------------------------
-- Collect Soul Stone
-- By Rapk1d
----------------------------------------------
quest ss35 begin
	state start begin
		when login with pc.level >= 34 begin
			set_state(information)
		end
	end

	state information begin
		when letter begin
			send_letter("Collect soul stone")
		end

		when info or button begin
			say("Collect Soul Stone")
			say("")
			say("")
			say("You need soul stone to incrase level up to your ")
			say("spells.")
			say("Kill 500 Arahan Eso Elite wich is in Hwang Temple.")
			say_reward("Kill all monsters to get a reward.")
			say_reward("")
			say_reward("If you kill all monster you can get a bonus reward.")
			say_reward("")
			say_reward("")
			say_reward("--By Rapk1d--")
			say_reward("-- English Version --")
			say("")
	        pc.setqf("state", 500)
	        q.set_counter("Arahan Eso Elite", 500)
		end

		when 732.kill begin
			local count = pc.getqf("state") - 1
			if count <= 500 then
				pc.setqf("state", count)
	            q.set_counter("Arahan Eso Elite", count)
			end
			if count == 0 then
			    say_title("Collect Soul Stone")
				say("")
				say("")
			    say("For your effort I will give you ...")
				say("Reward:")
			    say_reward("15 Soul Stone's")
				say_reward("Bonus:")
			    say_reward("5.000.000 Yang")
			    say_reward("3.000.000 Experience")
				pc.change_money(5000000)
				pc.give_exp2(3000000)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				pc.give_item2(50513, 1)
				clear_letter()
				set_state(__COMPLETE__)

			end
		end
	end

	state __COMPLETE__ begin
	end
end
Instalation:


1.Upload the quest on your server at the next directory:
Code:
/usr/rain/channel/share_data/locale/hongkong/quest
Make sure you have in quest directory the filemake.sh .If you don't have you can download it from the end of the topic.

2.Server need be at "starting point".

3.Now go to the next location and open honkong_list:
Code:
/usr/rain/channel/share_data/locale/hongkong/quest
At the end of the list (hongkong_list) add the following line , after save&close. ->
Code:
ss35.quest
4.Now reboot the server with the following command:
Code:
reboot
5.Now , when you're back at "starting point" , type in the "CONSOLE OF THE SERVER" next command's->
Code:
cd /
cd usr
cd rain
cd channel
cd share_data
cd locale
cd hongkong
cd quest
After that, type in the "CONSOLE OF THE SERVER" next command and wait->
Code:
sh make.sh
If there are errors the server will raport to you....!

Quote:
I make this installation tutorial for the beginners to avoid the spam,post-huntig.


Details:

Reward:
-15 Soul Stones ( 50513 )
-3.000.000 Experience
-5.000.000 Yang


---------------

Download Area:

Download
Download
rapkid21 is offline  
Thanks
8 Users
Old 02/12/2011, 16:42   #2
 
lojo1234's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 99
Received Thanks: 26
good work but that is easy to write

Nice Work
lojo1234 is offline  
Old 02/12/2011, 17:11   #3
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,655
Received Thanks: 820
Not Bad =) .
Thx
.SticK^^ is offline  
Old 02/12/2011, 19:40   #4
 
elite*gold: 0
Join Date: Apr 2010
Posts: 6
Received Thanks: 15
Quote:
Originally Posted by lojo1234 View Post
good work but that is easy to write

Nice Work

I'm begginer in quest's !
rapkid21 is offline  
Old 02/12/2011, 19:55   #5
 
elite*gold: 0
Join Date: Dec 2008
Posts: 231
Received Thanks: 214
Are you german and tried to write in english or dont you like your mother language because you made some terrible mistakes in word orders? -.-
DaskleinedickeSchwein is offline  
Old 02/12/2011, 20:13   #6
 
elite*gold: 0
Join Date: Apr 2010
Posts: 6
Received Thanks: 15
Quote:
Originally Posted by lojo1234 View Post
good work but that is easy to write

Nice Work
Quote:
Originally Posted by DaskleinedickeSchwein View Post
Are you german and tried to write in english or dont you like your mother language because you made some terrible mistakes in word orders? -.-

Sorry, you're n00b ? I'm not german ! Idiot !
rapkid21 is offline  
Old 02/12/2011, 20:31   #7
 
elite*gold: 0
Join Date: Aug 2010
Posts: 496
Received Thanks: 263
Nice work
S@nny is offline  
Old 12/14/2011, 20:03   #8
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2
Received Thanks: 0
Nice work but you have made some programming mistakes. Never mind thank you very much.
apoel56 is offline  
Old 12/15/2011, 02:46   #9
 
~LuckyStrike~'s Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,812
Received Thanks: 1,977
Hmm nice for Beginners but easy to write too easy.
But for your first work with lua scripting its okay

When you try difficult things you will be got better // ****** english xDDD
my first Quest was long ...

This is my first

But when you go hard to work on lua scripting you will be better than
some else. And dont give up





///Mein Englisch am Morgen ist immer das beste Leute also nicht jammern xDD
~LuckyStrike~ is offline  
Thanks
2 Users
Old 01/16/2016, 13:51   #10


 
シスイ's Avatar
 
elite*gold: 537
The Black Market: 132/0/0
Join Date: Mar 2015
Posts: 1,041
Received Thanks: 126
Quote:
Originally Posted by hacker-2012 View Post
it has errors ....


You're not allowed to push old threads ....
Read the rules befor you write something ....
シスイ is offline  
Old 01/16/2016, 14:13   #11
 
Shaytan 's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 478
Received Thanks: 564
nice work thanks for this release.
Shaytan  is offline  
Closed Thread


Similar Threads Similar Threads
[RELASE] Adventure Quest Worlds Bot - Beta
10/09/2011 - Browsergames - 46 Replies
Hi! I made a bot for AQW. It's take on the skills and killing the mob. After killed the mob, it's resting. Now only for warrior and for 1152 x 864 screen. Password for rar file: w w w. elitepvpers . d e (With no space) How to use? 1. Open AdventureQuest Worlds: Free Browser MMO 2. Log in 3. Go to map Pinewood Forest 4. Start The aq_bot.exe 5. Go to AQ 6. Press ALT + S
[Relase] Bank Quest OHNE YANGBUG
04/12/2011 - Metin2 PServer Guides & Strategies - 13 Replies
So Relase hier nochmals meinen Bank script da ich feststellen musste das sie einen bug hatte mit der man sich unendlich geld holen konnte. :o Es tut mir leid das es diesen fehler GAB. In der datei im anhang ist dieser Fehler nun Fixxet ;) Euer Benhero #EDIT 100% TESTET! Vielen dank dafür an nnaajjeedd
[Relase] Bank Quest
04/10/2011 - Metin2 PServer Guides & Strategies - 82 Replies
Abend zusammen. Da ich sowas hier noch nicht wirklich in dieser Form gesehen habe, habe ich mir die zeit genommen und eine Bank Quest geschrieben. Funktionen dieser Quest: - Geld Lagern (Geld betrag wird in der Quest Tabelle via "pc.setqf" befehl gespeichert) - Geld Abheben (Gleiche wie vorher wird nur aus der Tabelle geladen.) - Konto Abfragen (Wie Kontoauszug. Gibt die größe des Kontostandes an) - Pin Ändern (Was soll ich da schon erklären xD) Wie Funktioniert der Script IG?
[Relase][02/06/2011]Working 1Hit-Kill, See Ghosts, Instant Defuse...
03/05/2011 - CrossFire Hacks, Bots, Cheats & Exploits - 155 Replies
Hello guys! I found a new hack from TeamBugFire (Creditz go to them and me) Features : 1 Hit = Kill See Ghosts No Fall Damage Instant Defuse No Weapon Change Delay
[Relase] Skypass quest
10/20/2008 - CO2 Private Server - 6 Replies
In Entities.cs search for: DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops); World.ItemDrops(item); } } else { Replace it with:



All times are GMT +2. The time now is 03:11.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.