Register for your free account! | Forgot your password?

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

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

Advertisement



[ISSUE] Can't get teleport system to work

Discussion on [ISSUE] Can't get teleport system to work within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
kuibi1234's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 142
Received Thanks: 6
[ISSUE] Can't get teleport system to work

Hey, i use the recent clean v15 files from Blouflash and since its VS2017 based i can't get most of the systems i want in my server to work properly because theyre mostly VS2003 based.
I used this Teleport System:



The Teleporter itself shows up if i open it ingame, but i can't teleport anywhere. I already doublechecked everything if i maybe did something wrong but everything seems to be right.
kuibi1234 is offline  
Old 11/02/2019, 19:43   #2
 
elite*gold: 0
Join Date: Jul 2018
Posts: 93
Received Thanks: 59
Are your buttons in ResData similar to the names of these buttons?

Code:
BOOL CWndTeleporter::OnChildNotify( UINT message, UINT nID, LRESULT* pLResult )
{
    switch (nID)
    {
    case WIDC_BUTTON_FLARIS1:// Flaris
        { 
            g_DPlay.SendTeleportPosition( 1 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_SM1:// Saint Morning
        {
            g_DPlay.SendTeleportPosition( 2 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_DARKON1:// Darkon
        {
            g_DPlay.SendTeleportPosition( 3 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_DARKON11:// Darkon1
        {
            g_DPlay.SendTeleportPosition( 4 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_DARKON3:// Darkon3
        {
            g_DPlay.SendTeleportPosition( 5 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_VULCANO1:// VOLCANO
        {
            g_DPlay.SendTeleportPosition( 6 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_PVP1:// Vorm Behemoth Dungeon
        {
            g_DPlay.SendTeleportPosition( 7 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_HERODUNGEON:// Aminus Hero
        {
            g_DPlay.SendTeleportPosition( 8 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_MASTERDUNGEON:// Aminus Master
        {
            g_DPlay.SendTeleportPosition( 9 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_TRAMNUKM:// Tramnuk Master
        {
            g_DPlay.SendTeleportPosition( 10 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_TRAMNUK:// Tramnuk Normal
        {
            g_DPlay.SendTeleportPosition( 11 );
            Destroy();
            break;
        }
    case WIDC_BUTTON_EVENT:// Khaldera
        {
            g_DPlay.SendTeleportPosition( 12 );
            Destroy();
            break;
        }
    case WIDC_BAHARA:// Bahara Desert
        {
            g_DPlay.SendTeleportPosition( 13 );
            Destroy();
            break;
        }
        case WIDC_SANPRESS_1:// Sanpress 1
        {
            g_DPlay.SendTeleportPosition( 14 );
            Destroy();
            break;
        }
        case WIDC_SANPRESS_2:// Sanpress 2
        {
            g_DPlay.SendTeleportPosition( 15 );
            Destroy();
            break;
        }
        case WIDC_UPRESIA_1:// Upresia 1
        {
            g_DPlay.SendTeleportPosition( 16 );
            Destroy();
            break;
        }
        case WIDC_UPRESIA_2:// Upresia 2
        {
            g_DPlay.SendTeleportPosition( 17 );
            Destroy();
            break;
        }
        case WIDC_HERNEOS_1:// Herneos 1
        {
            g_DPlay.SendTeleportPosition( 18 );
            Destroy();
            break;
        }
        case WIDC_HERNEOS_2:// Herneos 2
        {
            g_DPlay.SendTeleportPosition( 19 );
            Destroy();
            break;
        }
        case WIDC_KNOCHENPFAD:// Knochenpfad / Valley of the Risen
        {
            g_DPlay.SendTeleportPosition( 20 );
            Destroy();
            break;
        }
        case WIDC_CRYSTAL:// Crystal Dungeon
        {
            g_DPlay.SendTeleportPosition( 21 );
            Destroy();
            break;
        }
        case WIDC_KALGAS:// Kalgas Cave
        {
            g_DPlay.SendTeleportPosition( 22 );
            Destroy();
            break;
        }
        case WIDC_EILLUN:// Eillun
        {
            g_DPlay.SendTeleportPosition( 23 );
            Destroy();
            break;
        }
    }
    return CWndNeuz::OnChildNotify( message, nID, pLResult );
}
-Valor is offline  
Old 11/02/2019, 20:01   #3
 
kuibi1234's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 142
Received Thanks: 6
Yes they are, if they wouldn't be, i couldn't have compiled them. As i said the teleporter itself shows up ingame, i just can not teleport anywhere because nothing happens if i press the buttons which is due to the 2003VS formating and i use 2017VS formating. I think the error is somewhere in the source that won't let me teleport. Do you have any other ideas?

Thanks
kuibi1234 is offline  
Old 11/03/2019, 13:01   #4
 
elite*gold: 0
Join Date: Jul 2018
Posts: 93
Received Thanks: 59
Compiling has nothing to-do with your resource.
If your button in resdata.inc isn't matching with your source, nothing will happen.
-Valor is offline  
Thanks
1 User
Old 11/03/2019, 13:31   #5
 
kuibi1234's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 142
Received Thanks: 6
Everything fixed now, i had it definited on a wrong spot in versioncommon.h

#CloseRequest
kuibi1234 is offline  
Reply


Similar Threads Similar Threads
Project Issue / Sro_client Issue / Help if you can!!
09/08/2019 - SRO Private Server - 7 Replies
There's thousands of edits i want to make on the sro_client.exe but i don't want to regret later because i choosed the wrong sro_client.exe to build in, so help me guys with a good sro_client.exe to build my project on I see many servers with virusless sro_client.exe that i prefer to use, but i with no knowledge of what did they edit on it, i can't use it So i need a Sro_client.exe with 3 conditions 1. No Edits 2. No Virus 3. Fit with vsro 1.88 The answers will be really...
Class Reborn Cap 110 - Dg 11- Pvp System- Uniques System -Job System- Coin System
04/09/2018 - SRO PServer Advertising - 17 Replies
http://i.epvpimg.com/HXIucab.jpg http://i.epvpimg.com/Ht37fab.png https://www.youtube.com/watch?v=1vJSSpEqTZw http://i.epvpimg.com/Ht37fab.png Site ClassReborn Online
Class Reborn Cap 110 - Dg 11- Pvp System- Uniques System -Job System- Coin System
02/18/2018 - SRO PServer Advertising - 2 Replies
http://i.epvpimg.com/HXIucab.jpg http://i.epvpimg.com/Ht37fab.png Site Download
Strange issue with mbot crack , looking if any people had similar issue
04/29/2017 - Silkroad Online - 1 Replies
After many years without playing any silkroad private servers i ended come back, but after download mbot to run it, i tried run the cracked vesion download directly from joysro forum , but when i run that i get blue screen. Was looking if someone had simillar issue since nowadays i'm using W10 , in the build 15063.138 , so i was wondering if it could be a issue with the softwere or related to hardwere since i'm using a laptop nowadays.
i can't play warrock anymore! :S, i have got an issue So if you can help me log in t
04/18/2011 - WarRock Guides, Tutorials & Modifications - 2 Replies
i go an issue in warrock that i formatted the computer cause it was crapped from se7ev to xp So when i downloaded the warrock and installed and logged in i saw that the crosshair is in the angle on the top in left side So if you know what is the solution contact me : msn : [email protected] facebook : amir ghanem Or comment here please



All times are GMT +1. The time now is 17:18.


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