Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 23:29

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

Advertisement



Showing results 1 to 25 of 121
Search took 0.02 seconds.
Search: Posts Made By: khemomo
Forum: Flyff Private Server 01/14/2019, 12:30
Replies: 7
Views: 848
Posted By Naltalah
Let me put it another way, what he's trying to...

Let me put it another way, what he's trying to tell you. Asking questions is not the problem here. Keeping on asking the most simple questions and even REQUESTING things without putting in any own...
Forum: Flyff Private Server 01/13/2019, 23:57
Replies: 7
Views: 848
Posted By Meutledaron
Ultimate_GemAbility.txt LEVEL_GEM { ...

Ultimate_GemAbility.txt


LEVEL_GEM
{
//¾ÆÀÌÅÛID ÃÖ¼Ò ÃÖ´ë·¹º§
II_GEN_MAT_TOPAZ 60 70
II_GEN_MAT_RUBY 71 85
II_GEN_MAT_SAPPHIRE 86 100
II_GEN_MAT_EMERALD 101 119
Forum: Flyff Private Server 12/23/2018, 07:09
Replies: 8
Views: 561
Posted By Nιgнтмαяε
I see, but they do work btw: ...

I see, but they do work btw:
[Only registered and activated users can see links]

Anyways good luck.
Forum: Flyff Private Server 12/14/2018, 04:21
Replies: 14
Views: 1,279
Posted By Nιgнтмαяε
Make sure you add: defineItemGrade.h ...

Make sure you add:
defineItemGrade.h
defineItemType.h

To your source + resource.

Follow defineItemKind.h for as to where to include the above 2 in the source.
Forum: Flyff Private Server 12/12/2018, 14:27
Replies: 14
Views: 1,279
Posted By - Major
Yo.. Check Attachments :p

Yo.. Check Attachments :p
Forum: Flyff Private Server 12/11/2018, 15:29
Replies: 14
Views: 1,279
Posted By Nιgнтмαяε
You can do it by checking the parameters of...

You can do it by checking the parameters of retail and then adding them to your spec_item.
Forum: Flyff Private Server 12/08/2018, 02:29
Replies: 1
Views: 528
Posted By Harvey'
SEX_MALE 4 3600000 = = = = PARTS_HAT = 1 = PARTS_H...

SEX_MALE 4 3600000 = = = = PARTS_HAT = 1 = PARTS_HEAD

Control your Spec_Item entry
Forum: Flyff Private Server 11/06/2018, 12:02
Replies: 7
Views: 547
Posted By Dr. Peacock
1. That are the normal Ports, i think its a...

1. That are the normal Ports, i think its a Problem from your Host not from a Port.
(If you use Ports without accesses they are blocked and load nothing.)

2. You miss entrys in your mdlDyna.inc /...
Forum: Flyff Private Server 10/31/2018, 13:54
Replies: 7
Views: 887
Posted By Nιgнтмαяε
Are you missing theme images by a chance?

Are you missing theme images by a chance?
Forum: Flyff Private Server 10/04/2018, 04:04
Replies: 1
Views: 343
Posted By Tweeney
You dont have the Tooltip. WndManager.cpp /...

You dont have the Tooltip.

WndManager.cpp / WndWorld.cpp / WndPetSys.cpp

case DST_HP_MAX:
dwTooltip = TID_TOOLTIP_DST_HP_MAX;
break;
Forum: Flyff Private Server 09/29/2018, 16:26
Replies: 4
Views: 908
Posted By Sedrika
https://mega.nz/#!VxkF2ZIY!OzkMoKB6ur_CZusEGXrFWAn...

[Only registered and activated users can see links]!VxkF2ZIY!OzkMoKB6ur_CZusEGXrFWAnZ_az1tmifyJmHodM_7CQ

Put this into the clients root folder.
Forum: Flyff Private Server 09/23/2018, 18:42
Replies: 3
Views: 381
Posted By Nick
I have closed that thread. Before starting a new...

I have closed that thread. Before starting a new thread, please make sure that your issue has not already been covered in the past.
Forum: Flyff Private Server 08/12/2018, 18:34
Replies: 1
Views: 348
Posted By Nιgнтмαяε
Check randomoption.cpp? Also... Search...

Check randomoption.cpp?

Also...

Search textclient.txt for the desired text.
Copy string and search textclient.inc for the define.
Copy define and search the source for the defined text.
...
Forum: Flyff Private Server 08/06/2018, 01:28
Replies: 1
Views: 356
Posted By xTwiLightx
Exceptions have nothing to do with security (from...

Exceptions have nothing to do with security (from a code-wise perspective).

It contains code that handles excpetions that are unhandled (hence the name...), nothing more. The code also provides...
Forum: Flyff Private Server 06/19/2018, 18:47
Replies: 26
Views: 2,387
Posted By Tweeney
Party Finder Font: if( pWnd &&...

Party Finder Font:

if( pWnd && pWnd->GetWndId() == APP_PARTY_FIND )
{
CWndPartyFind* pWndPartyFind = (CWndPartyFind*)pWnd;
if ( pWndPartyFind )
{
m_nFontHeight = 20;
CPoint pt(...
Forum: Flyff Private Server 06/19/2018, 08:58
Replies: 26
Views: 2,387
Posted By Avalion
pItemElem[i]->SetExtra(1); if(pItemElem[0] &&...

pItemElem[i]->SetExtra(1);
if(pItemElem[0] && pItemElem[1])
{
pItemElem[2] = pItemElem[1];
pTexture[2] = pTexture[0];
}

model change issue is here
Forum: Flyff PServer Guides & Releases 06/13/2018, 21:19
Replies: 27
Views: 8,191
Posted By alfredico
[Release] Beautiful Itemfilter/Petfilter

The system is bug free and I may give support if I want. This system code is made by me, the design is made by someone else.

It's been almost 2 years since I made it and a year since last update....
Forum: Flyff Private Server 06/09/2018, 16:41
Replies: 1
Views: 574
Posted By Tweeney
Try to change this #define __VER 15 ...

Try to change this


#define __VER 15


TO


#define __VER 20
Forum: Flyff Private Server 06/08/2018, 18:32
Replies: 4
Views: 1,077
Posted By Tweeney
then make it like this: DWORD...

then make it like this:



DWORD CWndComboBox::GetSelectedItemData( void ) const
{
int nSelectedListNumber = m_wndListBox.GetCurSel();
if( nSelectedListNumber == -1 )
{
return 0;
Forum: Flyff PServer Guides & Releases 06/08/2018, 00:45
Replies: 296
Views: 83,410
Posted By - Major
Lets start my short preview: I use this...

Lets start my short preview:

I use this files the last 7 months.. I add and edit some systems.. i use different tools for edit something in this files (atools) and i wanna say: This files are very...
Forum: Flyff PServer Guides & Releases 06/06/2018, 16:40
Replies: 296
Views: 83,410
Posted By Blouflash
I did not removed the cursors, they are just...

I did not removed the cursors, they are just loaded different.
Make sure you have the Cursor Folder inside your client with all the cursor files in it.
Forum: Flyff PServer Guides & Releases 06/06/2018, 16:13
Replies: 296
Views: 83,410
Posted By Marc~
I suppose to eliminate or pre-fix the problem...

I suppose to eliminate or pre-fix the problem which affects players using a bigger resolution screen. For myself, I use 3840x2160 and once I run the neuz.exe my cursor keeps sliding off of it if the...
Forum: Flyff PServer Guides & Releases 05/26/2018, 17:19
Replies: 103
Views: 22,430
Posted By Exrib0.
I think it's because of the apIndex. Make sure...

I think it's because of the apIndex. Make sure that you increase it in your database.
Forum: Flyff Private Server 05/25/2018, 07:55
Replies: 7
Views: 342
Posted By Flogolo
Create it by urself in MSSQL, the content of the...

Create it by urself in MSSQL, the content of the table u will find in ur first post in this thread here
Forum: Flyff PServer Guides & Releases 05/01/2018, 20:13
Replies: 59
Views: 15,164
Posted By mcoocr
Lightbulb [Release] Resizeable Inventory

Hi folks,

today i'm releasing what i've worked on for the last few days -> an resizeable inventory for Flyff!

[Only registered and activated users can see links]

So far i've seen this system...
Showing results 1 to 25 of 121

 
Forum Jump

All times are GMT +2. The time now is 23:29.


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.