Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 13:47

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

Advertisement



Convert Shining Oricalkum

Discussion on Convert Shining Oricalkum within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
Convert Shining Oricalkum

Hi Epvpers i have one question where i can change the gives of converter of shining oricalkum, the normal is need to put your 5pcs. sunstones and 5pcs. moonstone. now i want to change to ratio of them into 20pcs of said item convert into 5 shining oricalkum


thanks in advance
Ecrypter is offline  
Old 08/05/2018, 19:03   #2
 
elite*gold: 0
Join Date: Jul 2017
Posts: 239
Received Thanks: 8
You can use the Exchange_script and make new one?
nicksss03 is offline  
Old 08/06/2018, 19:36   #3
 
elite*gold: 0
Join Date: May 2018
Posts: 62
Received Thanks: 27
Quote:
Originally Posted by Ecrypter View Post
Hi Epvpers i have one question where i can change the gives of converter of shining oricalkum, the normal is need to put your 5pcs. sunstones and 5pcs. moonstone. now i want to change to ratio of them into 20pcs of said item convert into 5 shining oricalkum


thanks in advance
just a suggestion try to use exchange_script
Code:
MMI_EVENT_MAY //5월 이벤트
{
	// 이벤트 설명
	DESCRIPTION
	{
		TID_GAME_EVENT_MAY_TEXT01
		TID_GAME_EVENT_MAY_TEXT02
		TID_GAME_EVENT_MAY_TEXT03
	}

	// 리스트 설명
	SET	TID_GAME_EVENT_MAY_COND01
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND01_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND01_FAIL // 실패
		}
		//조건
		CONDITION
		{
			II_GEN_MAT_MOONSTONE	10
			II_GEN_MAT_ORICHALCUM01	10
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	10
			II_GEN_MAT_ORICHALCUM01	10
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	2	1000000
		}
	}						

	SET	TID_GAME_EVENT_MAY_COND02
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND02_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND02_FAIL // 실패
		}
		//조건
		CONDITION
		{
			II_GEN_MAT_MOONSTONE	50
			II_GEN_MAT_ORICHALCUM01	50
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	50
			II_GEN_MAT_ORICHALCUM01	50
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	10	1000000
		}
	}

	SET	TID_GAME_EVENT_MAY_COND03
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND03_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND03_FAIL // 실패
		}
		//조건
		CONDITION
		{
			II_GEN_MAT_MOONSTONE	100
			II_GEN_MAT_ORICHALCUM01	100
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	100
			II_GEN_MAT_ORICHALCUM01	100
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	20	1000000
		}
	}	

	SET	TID_GAME_EVENT_MAY_COND04
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND04_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND04_FAIL // 실패
		}
		//조건
		CONDITION
		{
			II_GEN_MAT_MOONSTONE	200
			II_GEN_MAT_ORICHALCUM01	200
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	200
			II_GEN_MAT_ORICHALCUM01 200
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	40	1000000
		}
	}

	SET	TID_GAME_EVENT_MAY_COND04_01
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND04_01_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND04_FAIL // 실패
		}
		//조건
		CONDITION
		{
			//아이템 ID		갯수
			II_GEN_MAT_MOONSTONE	400
			II_GEN_MAT_ORICHALCUM01	400
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	400
			II_GEN_MAT_ORICHALCUM01	400
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	80	1000000
		}
	}

	SET	TID_GAME_EVENT_MAY_COND05
	{
		//메시지 내용
		RESULTMSG
		{
			TID_GAME_EVENT_MAY_COND05_SUCCESS // 성공
			TID_GAME_EVENT_MAY_COND05_FAIL // 실패
		}
		//조건
		CONDITION
		{
			//아이템 ID		갯수
			II_GEN_MAT_MOONSTONE	500
			II_GEN_MAT_ORICHALCUM01	500
		}
		//삭제
		REMOVE
		{
			II_GEN_MAT_MOONSTONE	500
			II_GEN_MAT_ORICHALCUM01	500
		}
		//지급	지급갯수
		PAY	1
		{
			//아이템 ID		갯수	확률(n/1000000)
			II_GEN_MAT_ORICHALCUM02	100	1000000
		}
	}
	
}
here's mine
MPZooey is offline  
Thanks
1 User
Old 08/07/2018, 19:24   #4
 
cookie69's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 627
Received Thanks: 688
You can look at
Code:
int CUltimateWeapon::MakeItem( CUser* pUser, OBJID* objItemId )
in UltimateWeapon.cpp
cookie69 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Kick to convert: easy and fast way to convert your item_proto/mob_proto to txt files!
09/07/2016 - Metin2 PServer Guides & Strategies - 21 Replies
Hi all, this is my first release :) This "kick converter" will allow you to generate txt files (item_names, item_proto, mob_proto, mob_names) for the rev-34k game. The script was written in python by me, so you need python 2.7 and MySQLDB (python extension) installed on your server. If you found any error, please report it to me and I'll fix it as soon as possibile. PS: If you get errors while converting the item_proto, please remove items that have type 29 or type 31.
Shining Oricalkum.
07/01/2015 - Flyff - 3 Replies
Hello guys, I would like to ask if there is a way to make this thing shifting too? Just like the upgrading system of weapon/armor that you will just press shift to put the scroll and the sunstone. If you are not sure here is the screenshot of the Oricalkum maker: http://prntscr.com/7mif3h thank you everyone!
Shining Oricalkum
04/05/2013 - Flyff Private Server - 5 Replies
Hallo, und zwar von herstellen von Shining Oricalkum gibt es auf meinem server nur die allte methode wo ich eins herstellen kann. Jetzt möchte ich gerne bei der Juwel Verwalter Peach ein Option fast Shining Oricalkum wo man mehrer auf einmal herstellen kann
Shining Oricalkum
03/04/2010 - Flyff - 4 Replies
Hey ich wolte mal fragen ob es iwo nen Shining Oricalkum maker gibt? Habe keine lust immer welche zu machen -.-



All times are GMT +1. The time now is 13:49.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.