Jump to content

RcDragon

Inactive Member
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by RcDragon

  1. Hi guys, I have a problem with my PayPal listener...

     

    So... at my index I have echo'<h1>Welcome <span style="color: coral;">'.$_SESSION['user_name'].'</span></h1>'; it displays Welcome "account name", then i tried to use that .$_SESSION['user_name']. on the listener to identify the logged account..it doesn't work,can someone tellme why this is not working please?

    This is my listener:

    Spoiler

    image.thumb.png.2047426f7ffa0d8c95a6021d99cd289d.png

     

     

  2. Hi guys.

    Well, I'm having a trouble with my server, I don't know where it comes from btw, I just know that I turn on the server, and the next day, I can't connect. If I try a wrong combination of user/password, it says that user or password is wrong, but when I put the right combination, it gives me error connecting to the server... All syserr are clean... Does someone know what could be wrong pls?

  3. Hi,

    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

    Well, the GIF says it all... But, anyway, when I try to take an item from my Item-Shop storeroom to my inventory, I get DC. However, I can still enter the game again, and if I do that again, I go DC again...

    Every syserr from client and server are clean.

    Please, if anyone could help me I would be thankful. Thanks.

  4. Hi everyone.

     

    I have a problem with my Dragon Soul Alchemy, so I can't refine ruby antique to ruby legendary... I can refine any other stone to any grade, and I can refine ruby to any grade except legendary...

    I did nothing on my alchemy's source, and I'm using the default table, and I've tried already other tables, didn't work.

  5.  

    On 07/03/2018 at 2:35 PM, Fleon said:

    Using the dedicated package installer of freebsd instead of building the packages from the ports?

    What does it mean?

     

    On 07/03/2018 at 2:35 PM, Fleon said:

    Btw to run make install you have to locate yourself in the proper directory where the makefile is.

    Do you mean... "cd /usr/ports/www/apache22/" then "make install clean"? That's what I'm trying to do, is something wrong?

    Btw I don't understand anything about hosting or FreeBSD

  6. 3 minutes ago, Syreldar said:

    Well, this code must be inside some OnUpdate()-like event in order to work, else it's never going to get called.

    You could easily do that in LUA, via timer.

    But I want the mob to spawn when the main mob reach 90% hp, and I don't know how to do that via quest if you can tell me I would be grateful.

  7. Hi guys, I would like to know how can I spawn a mob via source.

    Like...I want to spawn a mob (mob2_vnum) when another certain mob(mob1_vnum) reach 90% of his hp...so I tried this...didn' worked...


            if (mob1_vnum->GetHPPct() > 98)
            {
                SpawnMob(mob2_vnum);
            }

    Can someone tell me how to do that correctly? Please...

  8. Hi guy i have a question.

    In my navicat i can't apply resistances to monsters, like for example, in gf metin2, frog moobs deal less damage if u were using wind resistance. I think you have to apply the option "WIND" or something like that to the monster at navicat but i have no such column to apply that. I would like to know how can i put that to work.

    Thanks.

  9. Hi guys.

     

    Recently I tried to put sach system on my server, then I got some errors.

     

    1st. I cannot create any character on any account. When I do that and try to enter on my server the account goes down. After that, I log the account again, and the character is Lv0, with more than 8 million minutes played and he just have half of the name I choose... quite weird and creepy but ok xD

    2nd. I entered on my warrior (female) and all my skills are gone but not the languages skills. Don't know what is happening...

    3rd. Every character that I have, received 30 retrieve points for status, like what the fuck and why... xD

    ---------

    Client syserr is empty

    ---------

    Server syserr:


    SYSERR: Oct 21 01:44:31 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:46:16 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:48:53 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:49:00 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:50:10 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:50:16 :: GetServerLocation: location error name ImpMon mapindex 0 892010510 x 4 empire 3
    SYSERR: Oct 21 01:52:49 :: GetServerLocation: location error name Ika mapindex 0 941621262 x 4 empire 3
    SYSERR: Oct 21 01:52:57 :: GetServerLocation: location error name Ika mapindex 0 941621262 x 4 empire 3
    SYSERR: Oct 21 01:54:36 :: GetServerLocation: location error name Ika mapindex 0 921960462 x 4 empire 3
    SYSERR: Oct 21 01:55:45 :: GetServerLocation: location error name ImpMon mapindex 0 709754894 x 4 empire 3
    SYSERR: Oct 21 01:55:52 :: GetServerLocation: location error name ImpMon mapindex 0 709754894 x 4 empire 3
    SYSERR: Oct 21 01:57:16 :: PlayerCreateSuccess: InputDB::PlayerCreateSuccess: cannot find server for mapindex 0 -453771250 x 3 (name Gaja)
    SYSERR: Oct 21 01:57:31 :: GetServerLocation: location error name ImpMon mapindex 0 709754894 x 4 empire 3

    ---------

    Ika - Sura (everything is fine)

    ImpMon - Warrior that lose almost all skills but not the language skills...

    Gaja - New warrior (female) I tried to create.

     

    And yes, I "googled" those errors (without success).

    I'm not a programmer, I would like to be, but now I need some help please xD

  10. Hi guys.

     

    Recently, I put the oficial Temple of the Ochao on my server, well, all was good, excpet when I tried to enter on the map.

    Every time I enter the map, I get DC. I figured out that's a quest function that is making me get disconect. The function is 'temple_ochao.initialize'.

    This funcion is declared on my 'quest_functions'.

    This funtion is the responsible for the Guardian's warp, every 3 minutes he despawns and respawns in another position.

    This function is linked to the source.

    I don't know how this function is making me go down.

    This function is maybe linked to Lykan, wich is disabled. However, I don't know how to enable this shit.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.