Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 18:15

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

Advertisement



[TuT]Event Monster spawnen

Discussion on [TuT]Event Monster spawnen within the Flyff Private Server forum part of the Flyff category.

Closed Thread
 
Old   #1
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
[TuT]Event Monster spawnen

Hallo Elitepvpers,
Da Sedrika schon ein Super TuT gemacht hat (),wie man ein Event macht, dachte ich mir ich 'erweitere' es jetzt noch mal, wie man Event Monster erstellt!
Fangen wir an :
Ihr geht in eurem Resource Ordner auf EventMonster.lua
Dort seht ihr folgendes
Code:
-- Init -------------------------------------
-- tEventMonster ÃʱâÈ*, ÇÔ¼ö ·Îµù
dofile( ".\\LuaFunc\\EventMonsterFunc.lua" ) -- ¼öÁ¤ÇÏÁö ¸»°Í!!!
---------------------------------------------
-- 
-- 		"Monster_ID"	-> ¸ó½ºÅÍ ID
-- 		nLevel			-> ij¸¯ÅÍ·¹º§ - ¸ó½ºÅÍ·¹º§ >= nLevel À϶§ °ø°ÝºÒ°¡
-- 		nLootTime		-> ¾ÆÀÌÅÛ ¼±Á¡ ½Ã°£(sec)
--		fItemDropRate	-> ¾ÆÀÌÅÛ µå¶ø ¹üÀ§(¼Ò¼ö °¡´É)
-- 		bPet			-> ¸ÔÆê ½Àµæ°¡´É ¿©ºÎ
-- 		bGiftBox		-> ±âÇÁÆ® ¹Ú½º °¡´É ¿©ºÎ
--
-- ** À̺¥Æ®¿ëÀ¸·Î Á¦ÀÛµÈ ½Å±Ô ¸ó½ºÅ͸¸ Ãß°¡ÇÒ °Í!!!
--------------------------------------------------

--AddMonster( "[COLOR="Red"]MI_AIBATT1[/COLOR]", [COLOR="#00ff00"]15[/COLOR], [COLOR="#9932cc"]0[/COLOR], [COLOR="#ff8c00"]false[/COLOR], [COLOR="Blue"]false[/COLOR] )
--AddMonster( "[COLOR="#ff0000"]MI_AIBATT2[/COLOR]", [COLOR="#00ff00"]15[/COLOR], [COLOR="#9932cc"]0[/COLOR], [COLOR="#ff8c00"]false[/COLOR], [COLOR="#0000ff"]false[/COLOR] )
--AddMonster( "[COLOR="#ff0000"]MI_EVENT01[/COLOR]", [COLOR="#00ff00"]20[/COLOR], [COLOR="#9932cc"]3[/COLOR], [COLOR="#ff8c00"]10[/COLOR], false, [COLOR="#0000ff"]false[/COLOR] )
--AddMonster( "[COLOR="#ff0000"]MI_EVENT02[/COLOR]", [COLOR="#00ff00"]20[/COLOR], [COLOR="#9932cc"]3[/COLOR], [COLOR="#ff8c00"]10[/COLOR], false, [COLOR="#0000ff"]false[/COLOR] )
--AddMonster( "[COLOR="#ff0000"]MI_EVENT03[/COLOR]", [COLOR="#00ff00"]20[/COLOR], [COLOR="#9932cc"]3[/COLOR], [COLOR="#ff8c00"]10[/COLOR], false, [COLOR="#0000ff"]false[/COLOR] )
--AddMonster( "[COLOR="#ff0000"]MI_EVENT04[/COLOR]", [COLOR="#00ff00"]20[/COLOR], [COLOR="#9932cc"]3[/COLOR], [COLOR="#ff8c00"]10[/COLOR], false, [COLOR="#0000ff"]false[/COLOR] )
Rot = Monster ID aka. Name aus der Prob_mover
grün = Level des Monsters
lila = Dauer bis es verschwindet 0 = Für immer
Orange = Droprate False= keine besondere Ehrhebung
Blau = Ob Box droppt false = nein true = ja
schwarz = bpet = Ob es CS Pets oder eggs & normale Pets droppt false= nein true = ja


Ja um jetzt ein CW spawnen zu lassen, sucht in eurer prop_mover.txt(nicht.txt.txt) nach Clockwork & nehmt die ID. Nun wollen wir das dieser Lvl 120 wird also merken wir uns auch 120. Ja er soll Boxen & Cs droppen & er soll eine Eigene Droprate haben :P
Also ist unser Code nun :
Code:
--AddMonster( "MI_CLOCKWORK1", 120, 10, 100, true, true )
Zur erläuterung :
MI_CLOCKWORK1 0 Die Id des CWs
120 = Das Level des CWs
10 = Der CW ist 10 Minuten da
100 = Die Droprate erhöht sich um 100x
2x true = es droppen Boxen & Pets


Creditz:
Jusikid 100%
Jay Niize is offline  
Thanks
4 Users
Old 04/07/2010, 16:38   #2



 
Sedrika's Avatar
 
elite*gold: 18
The Black Market: 103/0/0
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
#Adde ich zum Index
Sedrika is offline  
Old 04/11/2010, 18:59   #3
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
push
Jay Niize is offline  
Old 07/02/2010, 17:14   #4
 
Goldschmiet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 86
Received Thanks: 3
Hi dumme Frage jetzt wo und wie wird das Event Monster in deinem fall Clockworks
gespawnt ?

Hab es mal bei mir eingefügt finde es aber nicht muss ich was bestimmtes eingeben ?
habe v15 files ?

Mfg Goldschmiet
Goldschmiet is offline  
Old 07/02/2010, 18:03   #5
 
Phillor's Avatar
 
elite*gold: 1
Join Date: Sep 2009
Posts: 462
Received Thanks: 125
also die monster sollten eigentlich oben bei den lawölfen in flaris gespawnt und laufen runter nach flaris in die town
Phillor is offline  
Old 07/02/2010, 19:28   #6
 
Goldschmiet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 86
Received Thanks: 3
Wie starte ich das Event also ich habe mal alles so eingefügt wie es oben steht danach
habe ich die Server gestartet aber es war nix da muss ich was bestimmtes eingeben ?

zb ein / befehl ?
Goldschmiet is offline  
Old 07/02/2010, 19:29   #7
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
nein, sollte eigentlich gehen! aber bei v15 ist ein anderer Befehl!
Jay Niize is offline  
Old 07/02/2010, 19:53   #8
 
Goldschmiet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 86
Received Thanks: 3
Quote:
Originally Posted by Jusikid View Post
nein, sollte eigentlich gehen! aber bei v15 ist ein anderer Befehl!
Und welcher wenn man fragen darf ?
Goldschmiet is offline  
Old 07/03/2010, 08:47   #9
 
Jay Niize's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 4,851
Received Thanks: 3,417
sry., aber den weiss ich nicht
ist auf jeden fall für v14
Jay Niize is offline  
Old 11/22/2010, 02:52   #10
 
elite*gold: 0
Join Date: Jul 2010
Posts: 41
Received Thanks: 1
natoll...hab jetzt für v15 gemacht.
Zuspät gelesen das es nur auf v14 ist dieser befehl aber es wäre nett wenn jemand
dies auch für v15 tuhen würde.

Ist aber kein muss.
EBAGonemuzik is offline  
Old 12/05/2010, 17:06   #11
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2
Received Thanks: 0
ja hallo kannst du mir sagen wo der ordner ist also ich habe nix gefunden wo Resource steht kannst du mal helfen schreib mir eine e-mail unter
hääähabnefrage is offline  
Old 12/05/2010, 17:10   #12
 
ZenZen.Kwaii's Avatar
 
elite*gold: 6
Join Date: May 2008
Posts: 455
Received Thanks: 154
Der Resource Ordner sollte in dem Ordner sein in dem auch der resclient und Script bzw. Programm ordner sind.
Bei mir heißt der hauptordner z.B Neurospace
"NeuroSpace\Resource"
mfg miles
ZenZen.Kwaii is offline  
Old 01/05/2011, 12:15   #13
 
Mystic-Royal's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 78
Received Thanks: 8
und an welchem Ort wird es gespawnt?
Mystic-Royal is offline  
Old 02/05/2011, 01:57   #14
 
elite*gold: 70
Join Date: Sep 2009
Posts: 124
Received Thanks: 11
Das Frage Ich mich auch 0.o
Vexlar is offline  
Old 06/23/2011, 15:10   #15
 
elite*gold: 0
Join Date: Feb 2011
Posts: 203
Received Thanks: 33
Ich habs jetzt noch nicht selber ausprobiert aber ihr muesst glaube ich in der Event.lua auch das Event starten...

Der Eintrag muesste dann folgendermaßen aussehen:

Quote:
AddEvent( "Monster Spawn Event" )
--{
SetTime( "2011-01-01 00:00", "2020-01-01 00:00" )

SetSpawn( MONSTER, "MI_CLOCKWORK1", 2000 )
--}

Event Name
Startzeit des Events
Endzeit des Events
ID des Monster
Anzahl der Mobs
Also wenn es mit dem Eintrag in der EventMonster.lua nicht gehen sollte einfach mal das ausprobieren..

Wie gesagt ich habs nicht ausprobiert udn weiß nicht obs klappt... Macht einfach lieber ein backup wenn es euch zu unsicher ist
Feylong is offline  
Closed Thread


Similar Threads Similar Threads
[HOW TO] Monster über Quest spawnen!
08/02/2011 - Metin2 PServer Guides & Strategies - 16 Replies
Tag Leute, Ich zeige euch hiermit wie man Monster für eine Quest richtig spawnt. Kenne es schon eine lange Zeit, aber weil vor kurzem erst danach gefragt wurde veröffentliche ich dieses Monster spawnen: mob.spawn( mob_id , map_local_x , map_local_y , 1, 1, 1) Monster spawnen und als Ziel:
Mobs spawnen
07/12/2010 - Metin2 Private Server - 6 Replies
hi zusammen, ich hab mich vor ein paar tagen das erste mal dran gesetzt, eine map mit monstern zu bespawnen und gleich total versagt. der server fährt normal hoch, nur ganz am ende, nachdem er schon gestartet ist, kommt die meldung "abort trap (core dumped)" kann auch einloggen, komm nur nicht auf die bespawnte map. also hier was ich verändert habe: group.txt Group Metingroup
[RSRO FAIL] 23/02/ event monster wtf?
02/24/2010 - Silkroad Online - 28 Replies
Basically killing it for an hour, it's at 70% hp... what the... fuck is THIS? http://i50.tinypic.com/2exc0zk.jpg hahahaAHHAHAHAHAH #UPDATE
Monster.ini file - Boss Monster time and location
12/16/2008 - Zero - 2 Replies
does any1 have the monster.ini file that tell you wen the boss monster appears and where it appears cause i think they mightve patched over the other 1. if any1 can find a way to get it to work again id be grateful. if u think u can help i can send u the other monster.ini file that used to work. Or if this isnt possible does any1 have spawn times for the bosses in neptune/green planet? Either of those would be helpful Thanks in advance



All times are GMT +1. The time now is 18:15.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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