alfredico
|
Mentions
| 07/19/2018 |
| 23:06 - Nick mentioned alfredico in post Fiery Flyff - Midrate Server ...elden müssen, um von meinen gelben Kollegen vertreten zu werden, die in einem solchen Fall sehr wahrscheinlich rigoroser vorgehen würden, als ich es vielleicht tun würde.
alfredico Please contact me via private message, providing information about the server's status and future.
#closed |
| 04/18/2018 |
| 16:19 - Minotaurr mentioned alfredico in post How do I make Admin text bold? ...IsAuthHigher(AUTH_GAMEMASTER))
pFont->DrawText( (FLOAT)( point.x + 1 ), (FLOAT)( point.y ), dwColor, szName );
Fixed it, the second option was the right option.
Thanks alfredico |
| 16:19 - Deleted Posts |
| 12/29/2016 |
| 16:04 - raventh1984 mentioned alfredico in post little bug Rift System ... }
int nRand = rand() % vecSpawn.size();
return vecSpawn[nRand].vPos;
}
Output is still 3! it should be 2. Cause only 2 SpawnPoints exists with the same WorldId.
alfredico i will tag you to cause you already have helped me an lot in understanding vectors. but i can't seem to solve this one.
With kind regards/. |
| 12/28/2016 |
| 21:45 - raventh1984 mentioned alfredico in post [Show] Rift System( Almost Finished) Hi Elitepvpers,
With an big thanks to alfredico and some other players xD
i have managed to create an Diablo 3 ish Rift game for flyff
What it does?
First speak to an NPC
Players will see this
http://image.prntscr.com/ima... |
| 11/30/2016 |
| 20:12 - raventh1984 mentioned alfredico in post Creating array with vector ...id = rand() % m_vecRndInfo.size();
nWorldId = m_vecRndInfo[id];
}
Oops missed that one big time. haha.
Thanks i will test it.
[Test]
Ok implanted the way you have done it alfredico.
its saying that m_vecRndInfo has no suitable conversion from __RANDOM_WORLD to int Exist.
Its about this line
nWorldId = m_vecRndInfo[id];
so if i do this nWorldId = m_vec... |
| 17:37 - raventh1984 mentioned alfredico in post Creating array with vector ...", nWorldId); to see if its returning an id.
However its giving an NULL as return.
Now is the code i produce correct? espacialy the part to set an Variable nWorldId?
alfredico you have some experience according to your post can you take an look at it?
With kind regards |
| 08/15/2016 |
| 13:14 - doominator09 mentioned alfredico in post Help! alfredico what does this do? |
Quotes
| 06/15/2018 |
| 12:39 - If i understand the error right, your files can only read up to max 321 skills. And your Skill ID is higher than the max value, and you have to add more IDs to make it compatible
I t... |
| 08:52 - |
| 06/14/2018 |
| 20:37 - xToffer quoted alfredico in post set up the flyff Same as in your PC. You are welcome :D
Really? :D question: why they change the ports? |
| 13:28 - Deleted Posts |
| 13:28 - The skyfire source is already released! go download it.
Please help me, can you give a connection?
I don't think the released skyfire source contains that feature. If you are still ... |
| 03:56 - Dr. Peacock quoted alfredico in post RarityItem.inc Nothing more to say. If you are having problems with the system, don't use it or pay someone to fix it.
The error might come from system but I doubt is related to the loading, hard to ... |
| 06/13/2018 |
| 20:44 - Tiparaco quoted alfredico in post RarityItem.inc Check propmover.txt and Masquerade.prj
Wait but i dont made changes on propmover.txt and masquerade.prj .. if i remove the system of rarity works , i only modify the source , im usin... |
| 06/12/2018 |
| 02:53 - Deleted Posts |
| 06/11/2018 |
| 19:25 - Dr. Peacock quoted alfredico in post RarityItem.inc The first loop forces to make it x4 times. The loading is very lame, even for use flyff style.
SNOX1 9
{
DST_STAT_ALLUP 16
DST_STR 16
DST_STA 16
DST_DEX 16
DST_INT 16
DST_CHR... |
| 06/08/2018 |
| 10:49 - Dr. Peacock quoted alfredico in post Trade Sektion, Erweiterung/Verbesserung Using keywords "source" or "systems" on search get you all the results. Anyways there is a bump button OP can press every 24h to bring the thread to top, if you have to go to page 13 ma... |
| 06/06/2018 |
| 16:56 - ディオニュソス quoted alfredico in post [Release] Special NPC Spawn Command Why the abort?
It increases performance by 20% |
| 06/01/2018 |
| 04:50 - ItemUpgrade.cpp/.h Block the upgrade from smelt safety and normal upgrading/piercing functions.
Thanks for the tips! One more question, do i start in here? #if __VER >= 14 // __SMEL... |
| 05/26/2018 |
| 09:31 - Minotaurr quoted alfredico in post Lord Event Perin? WORLDSERVER/DPSrvr.cpp - CDPSrvr::OnLEventCreate()
int nPerin = pUser->RemoveTotalGold( pEvent->GetCost( iEEvent, iIEvent ) );
by
int nPerin = pUser->RemovePerin( pEvent->GetCost... |
| 05/25/2018 |
| 17:21 - Minotaurr quoted alfredico in post Lord Event Perin? Only need to change this line
if( iCost > pUser->GetTotalGold() )
by
if( iCost > pUser->GetPerinNum() )
Nice tyty!
One more problem, this only checks if the user has enough p... |
| 05/11/2018 |
| 04:30 - The command has no params and is limited to administrators only. You may be missing snippets on experience functions (solo, party, leecher...).
CMover::SubExperience()
CMover::AddEx... |
| 05/10/2018 |
| 04:45 - Post the command TextCmd_ExpUpStop
#ifdef __EXP_STOP
BOOL TextCmd_ExpUpStop( CScanner& scanner )
{
#ifdef __WORLDSERVER
CUser* pUser = (CUser*)scanner.dwValue;
if( pUser->m_dw... |
| 05/05/2018 |
| 11:51 - RedBuIl quoted alfredico in post Question code warning If you don't use floats you don't have to use decimals.
Work thx |
| 05/02/2018 |
| 13:46 - RedBuIl quoted alfredico in post [Problem] HideCoat Check serialize functions and compare the data flow.
Yes i campare the SQL part with lot of data, so now, i didn't have result .. |
| 04/25/2018 |
| 13:11 - Cloud' quoted alfredico in post [HELP] WorldServer.exe stop working #fixed |
| 04/18/2018 |
| 16:19 - Deleted Posts |






