Jump to content

samsudin

Members
  • Content Count

    39
  • Joined

  • Last visited

Posts posted by samsudin


  1.  

     

     

    is it working with rAthena also? just curios because i want to use this forum+fluxcp integration no hastle 1 access its very great and comfortable.

    @samsudin i'm willing to donate higher as long as it is 100% free bug.

     

    u can test it with local PC 1st.. with xampp or lampp, this is still under development . just report issue at gitlab and here :D

     

    note :

     

    39c752d7 [/size]- Fixed redirect · [/size]

    about 17 hours ago

     by [/size]Jose Carlo Quilala

    Sure, i'll report if i found any bugs. Thank you!
    jupeto said.. he will support for fluxcp rathena.. :)

  2. is it working with rAthena also? just curios because i want to use this forum+fluxcp integration no hastle 1 access its very great and comfortable.

    @samsudin i'm willing to donate higher as long as it is 100% free bug.

    u can test it with local PC 1st.. with xampp or lampp, this is still under development . just report issue at gitlab and here :D

     

    note :

     

    39c752d7 - Fixed redirect · 

    about 17 hours ago

     by Jose Carlo Quilala


  3. This is a very good work. However, your git has many error / missing information starting from the installation.

    First, I would like to say that I do not want to mix HAT database and server database. There is a confusion made at the first step:

     

    SELECT `data` FROM `hat_sessions` WHERE `id` = 'af39a0f0039cc24ea7e9492d469bebf1e6b73b4f' AND `ip_address` = '::1'
    

    Filename: libraries/Session/drivers/Session_database_driver.php

    Line Number: 160

    This is giving an error because instead of checking HAT database $db['hat'] where `hat_sessions` is, it is looking for `hat_sessions` in $db['ragnarok']

     

    I'll update your git from what I can see while I am testing it :)

    same problem like mine :)


  4. Hi all.. i've been searching for fluxcp integrations with forums software like ipb, vb, phpbb, xenforo etc.. i saw 1 addons ( fluxcp fluxbb ) at rathena , provide by jupeto. i know him since at eathena 2006, after searhcing finally i found him. He has been busy for a long time XD, so i asked to him to write again the guide for his addons. after chit chat a bit long, he said : "if you can get at least 50 users to agree with you for me to write a new one, I'll write a new one 1f61b.png" then i decide to write here to ask all of you who need fluxcp forum integrations XD

    if any of you agreed, just replay here >.< i will gather all of you :D then 

    thank you before :)


  5.  

    battle_config.vending_max_value

    To

    battle->bc->vending_max_value

    thank you @@Dastgir

     

    how about this 

     

    if( pl_sd->vender_id ) //check if player is vending					{						for (j = 0; j < pl_sd->vend_num; j++) {							if(pl_sd->vending[j].value == MinPrice)							{							pc->setpos(sd, pl_sd->mapindex, pl_sd->bl.x, pl_sd->bl.y, 3);							snprintf(atcmd_output,CHAT_SIZE_MAX, "Warped to %s", pl_sd->status.name);							clif->message(fd, atcmd_output);							}						}					}

    'atcmd_output' : undeclared identifier

     

     

    fix :  sorry im forgot adding  static char atcmd_output[CHAT_SIZE_MAX]; 

     

    thank you all :)


  6. hi, 

     

    how to fix this :

     

    unsigned int MinPrice = battle_config.vending_max_value, MaxPrice = 0;

    battle_config is undefine  

     

    did i miss something?  

    also 

    snprintf(atcmd_output,CHAT_SIZE_MAX, "Warped to %s", pl_sd->status.name);

    how to fix that, thank you :)


  7.  

    i had ping src.. but seems need more practice to convert into plugins, and yes there is include packet to

     

     

     

     

    Seems troubling.Not receiving any request(packet) from client.Will see if its only due to my new client or plugin issue..If its client issue, it would be better to create a dll which sends a new packet. So it would work with all client...Will again check this soon...

    Oh okay thank you! I hope you can get it. :)
    i had ping src.. but seems need more practice to convert into plugins, and yes there is include packet too..
    That doesn't work..

    The packet which is there is not available in all client, and fails with new client...

    And most of servers are using post 2012 clients, or 2010 clients, which don't have those packets or those packets fail to work on those clients..

     

     

    So you really need to find some alternative.

    anyway im using 2012 client, and @ping work. :)


  8.  

     

    Seems troubling.

    Not receiving any request(packet) from client.

    Will see if its only due to my new client or plugin issue..

    If its client issue, it would be better to create a dll which sends a new packet. So it would work with all client...

    Will again check this soon...

    Oh okay thank you! I hope you can get it. :)

    i had ping src.. but seems need more practice to convert into plugins, and yes there is include packet too..

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.