You last visited: Today at 12:57
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.
08/14/2013, 16:30
#16
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Change XI_SYS_EXPAN01 to =
And before WUI_NOW add EXT_ITEM
Then it will work. The spec_item entrance you have is for the system of Jopsi.
You also need to try to figure out somethings yourself.
Like i did. So you will learn how the basics are working.
08/14/2013, 16:35
#17
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
FIXED
08/14/2013, 20:18
#18
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
first test it before asking if its the good code. In that case you should already have figured it out. But so far as i can see its good.
05/27/2014, 09:11
#19
elite*gold: 0
Join Date: Feb 2012
Posts: 13
Received Thanks: 0
DPSrvr.cpp(5632) : error C2065: 'II_SYS_LION' : undeclared identifier
DPSrvr.cpp(5632) : error C2051: case expression not constant
DPSrvr.cpp(5633) : error C2065: 'II_SYS_RABBIT' : undeclared identifier
DPSrvr.cpp(5633) : error C2051: case expression not constant
DPSrvr.cpp(5634) : error C2065: 'II_SYS_TIGER' : undeclared identifier
DPSrvr.cpp(5634) : error C2051: case expression not constant
DPSrvr.cpp(5635) : error C2065: 'II_SYS_FOX' : undeclared identifier
DPSrvr.cpp(5635) : error C2051: case expression not constant
DPSrvr.cpp(5636) : error C2065: 'II_SYS_DRAGON' : undeclared identifier
DPSrvr.cpp(5636) : error C2051: case expression not constant
DPSrvr.cpp(5637) : error C2065: 'II_SYS_HIPPOGRIPH' : undeclared identifier
DPSrvr.cpp(5637) : error C2051: case expression not constant
DPSrvr.cpp(5638) : error C2065: 'II_SYS_HORSE' : undeclared identifier
DPSrvr.cpp(5638) : error C2051: case expression not constant
DPSrvr.cpp(13000) : error C3861: 'II_SYS_LION': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13000) : error C2051: case expression not constant
DPSrvr.cpp(13004) : error C3861: 'II_SYS_RABBIT': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13004) : error C2051: case expression not constant
DPSrvr.cpp(13008) : error C3861: 'II_SYS_TIGER': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13008) : error C2051: case expression not constant
DPSrvr.cpp(13012) : error C3861: 'II_SYS_HORSE': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13012) : error C2051: case expression not constant
DPSrvr.cpp(13016) : error C3861: 'II_SYS_DRAGON': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13016) : error C2051: case expression not constant
DPSrvr.cpp(13020) : error C3861: 'II_SYS_HIPPOGRIPH': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13020) : error C2051: case expression not constant
DPSrvr.cpp(13024) : error C3861: 'II_SYS_FOX': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13024) : error C2051: case expression not constant
note:
i did defined it in defineitem.h
when i use jops code
MoverSkill.cpp(1345) : error C2065: 'II_SYS_LION' : undeclared identifier
MoverSkill.cpp(1350) : error C2065: 'II_SYS_RABBIT' : undeclared identifier
MoverSkill.cpp(1355) : error C2065: 'II_SYS_TIGER' : undeclared identifier
MoverSkill.cpp(1360) : error C2065: 'II_SYS_HORSE' : undeclared identifier
MoverSkill.cpp(1365) : error C2065: 'II_SYS_DRAGON' : undeclared identifier
MoverSkill.cpp(1370) : error C2065: 'II_SYS_HIPPOGRIPH' : undeclared identifier
MoverSkill.cpp(1375) : error C2065: 'II_SYS_FOX' : undeclared identifier
05/27/2014, 10:57
#20
elite*gold: 353
Join Date: Jan 2013
Posts: 924
Received Thanks: 617
Quote:
Originally Posted by
elmo142008
DPSrvr.cpp(5632) : error C2065: 'II_SYS_LION' : undeclared identifier
DPSrvr.cpp(5632) : error C2051: case expression not constant
DPSrvr.cpp(5633) : error C2065: 'II_SYS_RABBIT' : undeclared identifier
DPSrvr.cpp(5633) : error C2051: case expression not constant
DPSrvr.cpp(5634) : error C2065: 'II_SYS_TIGER' : undeclared identifier
DPSrvr.cpp(5634) : error C2051: case expression not constant
DPSrvr.cpp(5635) : error C2065: 'II_SYS_FOX' : undeclared identifier
DPSrvr.cpp(5635) : error C2051: case expression not constant
DPSrvr.cpp(5636) : error C2065: 'II_SYS_DRAGON' : undeclared identifier
DPSrvr.cpp(5636) : error C2051: case expression not constant
DPSrvr.cpp(5637) : error C2065: 'II_SYS_HIPPOGRIPH' : undeclared identifier
DPSrvr.cpp(5637) : error C2051: case expression not constant
DPSrvr.cpp(5638) : error C2065: 'II_SYS_HORSE' : undeclared identifier
DPSrvr.cpp(5638) : error C2051: case expression not constant
DPSrvr.cpp(13000) : error C3861: 'II_SYS_LION': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13000) : error C2051: case expression not constant
DPSrvr.cpp(13004) : error C3861: 'II_SYS_RABBIT': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13004) : error C2051: case expression not constant
DPSrvr.cpp(13008) : error C3861: 'II_SYS_TIGER': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13008) : error C2051: case expression not constant
DPSrvr.cpp(13012) : error C3861: 'II_SYS_HORSE': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13012) : error C2051: case expression not constant
DPSrvr.cpp(13016) : error C3861: 'II_SYS_DRAGON': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13016) : error C2051: case expression not constant
DPSrvr.cpp(13020) : error C3861: 'II_SYS_HIPPOGRIPH': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13020) : error C2051: case expression not constant
DPSrvr.cpp(13024) : error C3861: 'II_SYS_FOX': identifier not found, even with argument-dependent lookup
DPSrvr.cpp(13024) : error C2051: case expression not constant
note:
i did defined it in defineitem.h
when i use jops code
MoverSkill.cpp(1345) : error C2065: 'II_SYS_LION' : undeclared identifier
MoverSkill.cpp(1350) : error C2065: 'II_SYS_RABBIT' : undeclared identifier
MoverSkill.cpp(1355) : error C2065: 'II_SYS_TIGER' : undeclared identifier
MoverSkill.cpp(1360) : error C2065: 'II_SYS_HORSE' : undeclared identifier
MoverSkill.cpp(1365) : error C2065: 'II_SYS_DRAGON' : undeclared identifier
MoverSkill.cpp(1370) : error C2065: 'II_SYS_HIPPOGRIPH' : undeclared identifier
MoverSkill.cpp(1375) : error C2065: 'II_SYS_FOX' : undeclared identifier
define II_SYS_LION,II_SYS_TIGER,II_SYS_HORSE,II_SYS_DRAGO N,II_SYS_HIPPOGRIPH,II_SYS_HIPPOGRIPH in defineItem.h
05/27/2014, 14:36
#21
elite*gold: 0
Join Date: Feb 2012
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by elmo142008 View Post
Spoiler
note:
i did defined it in defineitem.h
when i use jops code
Spoiler
define II_SYS_LION,II_SYS_TIGER,II_SYS_HORSE,II_SYS_DRAGO N,II_SYS_HIPPOGRIPH,II_SYS_HIPPOGRIPH in defineItem.h
like i said
i've already defined it in defineitem.h in the resource folder of the source
same error also when i add scroll of fix awake code
im using blessed source
01/30/2015, 12:22
#22
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
sorry for bringing this thread up. i kinda need some help because when i use the scroll to an unsummoned egg the worldserver crashes.
is there anyway to fix my problems? thanks in advance
02/02/2015, 08:55
#23
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Here you go
Inside
Code:
BOOL CDPSrvr::DoUseItemTarget_PerfectPet( CUser* pUser, CItemElem* pMaterial, CItemElem* pTarget )
Code:
if( pPet == NULL )
{
pUser->AddText( "You dont have an summoned Egg!" );
return FALSE;
}
02/03/2015, 01:15
#24
elite*gold: 0
Join Date: May 2011
Posts: 244
Received Thanks: 12
thanks
figured it out by comparing with the egg atcher source code ^^
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 +2. The time now is 12:58 .