Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server > Flyff PServer Guides & Releases
You last visited: Today at 22:11

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

Advertisement



Scroll of Perfect Pets(Different)

Discussion on Scroll of Perfect Pets(Different) within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
[Release]Scroll of Perfect Pets(Different)

Hi Epvpers,

Well i was using the Scroll of raised pets from jopsi.

Its an nice system it only has some flaws in it.
For example if the pet is out you cant click any items in your inventory.
Jopsi has provided the solution and i am thankfull of that.

But i was thinking way would you put that system in MoverSkill instead of DPSrvr.

So thats what i did i used most of the code from jopsi and altered it an bit

Now its all working when the pet is out you can click on your items and you also wont have to click on the pet itself to put it back into your inventory again.


here we go

DPSrvr.h

#ifdef __RAISED_PET
BOOL DoUseItemTarget_PerfectPet( CUser* pUser, CItemElem* pMaterial, CItemElem* pTarget );
#endif

DPSrvr.cpp

After

Put this

Add to the bottom of DPSrvr.cpp
This


Add to VersionCommon.h in WorldServer
#define __RAISED_PET

Compile the WorldServer and voila you are done.

@Credits Jopsi for the base code

Original thread for the resource
raventh1984 is offline  
Thanks
1 User
Old 05/17/2013, 20:54   #2


 
elite*gold: 40
Join Date: Jan 2012
Posts: 1,226
Received Thanks: 214
I have a question, is this a fix from the system? sry my english is very bad

Kann das jemand bitte grob übersetzen?
FunkyJustice is offline  
Old 05/17/2013, 21:21   #3
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
This is indeed the fix. Added it to my server and its working like it should do.
raventh1984 is offline  
Old 05/17/2013, 21:57   #4
 
Paintii's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 82
Received Thanks: 14


Quote:
Originally Posted by Fire' View Post
Kann das jemand bitte grob übersetzen?


Scroll von Jopsi benutzt, schönes System, einige Bugs...
Wenn das perfekte Pet draußen ist, kann man danach nichts im Inventar anklicken. Jopsi hatte ne Lösung dazu und er dachte daran das System an eine andere Stelle zu verfrachten "MoverSkill \anstatt/ DPSrvr"
Benutzt wird größtenteils Jopsis Code, wurde aber ein bissl modifiziert.
Mit den vorangegangenen erklärten Änderungen, sollte das gefixt sein.



Sprich um auf deine Frage zurückzukommen Fire', ja, es ist ein Fix zu Jopsis "Scroll of perfect Pet".
Paintii is offline  
Old 05/17/2013, 21:57   #5
 
elite*gold: 0
Join Date: Feb 2013
Posts: 90
Received Thanks: 14
Quote:
Originally Posted by Fire' View Post
I have a question, is this a fix from the system? sry my english is very bad

Kann das jemand bitte grob übersetzen?
Er hat das System von Jopsi genommen und nach seinen Vorstellungen verbessert, allerdings hat er es anders implementiert wenn ich ihn richtig verstanden habe.
Desmater is offline  
Old 06/01/2013, 10:05   #6
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
any tut on how to make it 9/9/9/9/9 instead of 1/3/5/7/9
jeromerz is offline  
Old 06/01/2013, 10:29   #7
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
This is for 9/9/9/9/9
raventh1984 is offline  
Old 06/01/2013, 14:53   #8
 
Laymi's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 236
Received Thanks: 81
But you could re edit the pet levels for yourself by editing
Code:
for( int i = 0; i < 6; i++ )
pPet->SetAvailLevel(i, 9 );
quite easy

Greetz
Laymi is offline  
Old 08/08/2013, 14:40   #9
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
how can i fix this error?



i already defined the Pets in defineItem.h
jeromerz is offline  
Old 08/09/2013, 18:44   #10
 
Serenity-.'s Avatar
 
elite*gold: 20
Join Date: Jun 2013
Posts: 445
Received Thanks: 76
There are many more Errors to Fix boy xD
Serenity-. is offline  
Old 08/10/2013, 11:04   #11
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Quote:
Originally Posted by jeromerz View Post
how can i fix this error?



i already defined the Pets in defineItem.h
This has nothing to do with the pets defined in defineItem.h

Look closer at your errors and then you will see it.

Also re-check your code. You must have placed something inside the wrong function
raventh1984 is offline  
Thanks
1 User
Old 08/11/2013, 15:07   #12
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
Quote:
Originally Posted by raventh1984 View Post
This has nothing to do with the pets defined in defineItem.h

Look closer at your errors and then you will see it.

Also re-check your code. You must have placed something inside the wrong function
FIXED SIR ^^ THANKS
jeromerz is offline  
Old 08/14/2013, 09:46   #13
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
i already fixed that error but my problem is when i try to use the scroll of box like thing nothing happens the eggs stays as an egg
jeromerz is offline  
Old 08/14/2013, 12:19   #14
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
The egg must be summoned out.
Also be sure you use the correct spec_item/propitem entrance.
raventh1984 is offline  
Old 08/14/2013, 12:59   #15
 
jeromerz's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
yeap i manage to add it right and the egg is summoned i double click the box icon then nothing.. the source is fixed already defined it on world server and no errors was found during compiling method.. the problem now is ingame the scroll doesn't work.

Code:
15	II_SYS_LION	IDS_PROPITEM_TXT_013278	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013279		1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																															
15	II_SYS_RABBIT	IDS_PROPITEM_TXT_013280	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013281		1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																														
15	II_SYS_FOX	IDS_PROPITEM_TXT_013282	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013283		1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																														
15	II_SYS_TIGER	IDS_PROPITEM_TXT_013288	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013289		1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																														
15	II_SYS_DRAGON	IDS_PROPITEM_TXT_013284	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013285		1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																														
15	II_SYS_HIPPOGRIPH	IDS_PROPITEM_TXT_013286	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013286	1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0																																																																																																																													
15	II_SYS_II_SYS_HORSE	IDS_PROPITEM_TXT_013288	1	1	IK1_SYSTEM	IK2_SYSTEM	IK3_SCROLL	=	=	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	=	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	"""Itm_SysSysScrBxLuck.dds"""	0	""""""	IDS_PROPITEM_TXT_013289	1	300	0	0	1	0	0	0	1	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0
my spec_item.txt
jeromerz is offline  
Reply


Similar Threads Similar Threads
(ALB) WTS Effect Scroll - Megadolon Drop Scroll
01/09/2012 - Trading - 1 Replies
Im looking for plats just serious offers please
[Help]Non Tradeable Items, Pets, Grap Pets Etc.
12/22/2011 - SRO Private Server - 0 Replies
How can i do these? I want to do this Item Mall items can not be traded. and I want to gave a grap pet and premium(only 1 week term) for my new player when they open a new character they see this on their inventory. Also i want to gave this like award for event times.
[Demon pets Online] Newest database, God Maps, Customs, New Pets, Check us Out.
07/17/2010 - EO PServer Hosting - 15 Replies
http://i45.tinypic.com/2j26zio.png Server Rates: • Exp Rate: Mediun • Drop Gold: Medium • Drop 2700 card: Medium • Drop 270 card: Medium • Drop Bags: Medium
WTT 3X Scroll for Shuta( Come with ur Scroll)(Evengarda)
06/16/2010 - Archlord Trading - 1 Replies
İ want to change 4x Scroll for shuta ... u need to come with ur scroll
WTS Rare Pets and Basic Pets on Lydian
02/11/2010 - Rappelz Trading - 5 Replies
I am selling all my pets i have in game at the server of Lydian. full ob Angel and Kenta low lvl Naga low lvl Harpy , Hawk and Sala I am selling the Pets only for CASH ! I can show screenshots or i can show you the pets in Game too ! Dont accept trading or ppl who gave me offer and pm me back in more then 7 days again !



All times are GMT +1. The time now is 22:14.


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.