Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Posts posted by Chaos92

  1. 2 hours ago, label5 said:

    as far as I know, at the bottom of the unidentifiedResourceName point to the sprite and what does it mean the other unidentifiedResourceName stand for? what filename should I add?

    thanks.

    4411.PNG

    identified means items that already identified. unindentified means items that isnt identified yet for example drop by monsters.

    • Like 1
  2. 22 hours ago, MasterSub said:

    Unable to add items to fluxCP already item_db.sql, and when you add is displayed error, failed to add item, i did upload item_db and item_db2 for database and enable use of itemdb: yes

     

    item/add.PHP

    
    			if($server->isRenewal) {
                    $fromTables = array("{$server->charMapDatabase}.item_db_re", "{$server->charMapDatabase}.item_db2_re");
                    $customTable = 'item_db_re';
    			} else {
                    $fromTables = array("{$server->charMapDatabase}.item_db", "{$server->charMapDatabase}.item_db2");
                    $customTable = 'item_db2';
    			}
    			$tableName = "{$server->charMapDatabase}.items";
    			$tempTable = new Flux_TemporaryTable($server->connection, $tableName, $fromTables);
    			$shopTable = Flux::config('FluxTables.ItemShopTable');
    

    OhTIfKH.png

    Pls add all itemdb, itemdbre, mobdb, mobdbre in sql-files.. import it first in your database/phpmyadmin.

  3. 3 hours ago, Zeiyan said:

    I've looked around and seen a bunch of post but no solution. Currently my fluxcp is not generating any file inside /data/logs/transactions. I was able to test donating via sandbox and the transaction is good to go but whenever I hit "go back to site" button. It redirects me to my homepage and no credits is credited to the account. Is there a fix for this or is this a long tiime issue that was forgotten about? Thank you.

     

    my configuration of the 'PayPalIpnUrl' is currently set to => 'ipnpb.paypal.com' although i've been playing around with it to figure out what the issue is.

     

    Any assistance is appreciated.

    Well.. ive create this issue before https://github.com/rathena/FluxCP/issues/238

  4. 44 minutes ago, Serken said:

    Hi, i have a problem with hair palettes, above the 29 hairstyle i have error if i use any palette, only work with 0, anyone can help me? 

     

    i have correct battleconf and battle.c

     

    Thanks!

    diff your client 64k hairstyles and check your hair color palette. maybe didnt have in your GRF

  5. 2 hours ago, manuel said:

    Hi

     i have problem this rates 10x

    Add img.

     

    Normal card 0.40%

    problem is up rate only 0.48%

     

    fix problem please thx !  

    Svn: date 27 / 11 / 2019

    A0DC7EC5-C3B7-4D8F-8BF5-FD56648D0577.jpeg

    D90B1EF9-78C1-46D5-8F66-F28BBDE0A2F3.jpeg

    I dont understand your question but... I think your question regarding renewal drop

    src/config/renewal.h

    /// Renewal drop rate algorithms
      /// (disable by commenting the line)
      ///
      /// Leave this line to enable renewal item drop rate algorithms
      /// While enabled a special modified based on the difference between the player and monster level is applied
      /// Based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
      #define RENEWAL_DROP
  6. 2 hours ago, joaovvv6 said:

    image.thumb.png.099b3251bc7b36ff67b861cb24dce39c.png

    
    Can someone help me? 
    
    how do i connect the server i am brazilian and i understand nothing of programming i got to that point and i can't finish
    
    
     
     
     
     
     
     
     
     
     

    your default password s1 /p1 as it told. Check your login table in ragnarok database. makesure it is the same as what you set in conf/char-athena and map-athena

  7. On 11/23/2019 at 10:56 PM, gidzdlcrz said:

    ^ so does it work?

    What you need to change :

    src/char/int_guild about max capacity calculation initialization and also at guild extension code <

    src/common/mmo.h for new calculation

    If you're going to reduce the member capacity, better for you to wipe all related guild databases first including guild id in every character.

  8. On 11/16/2019 at 9:52 AM, Cesarius said:

    Hello guys, im testing my server and with some itens and i got a "resource file loading fail".

    error1.PNG.ad5d7e6376b1fc2285d5f24c48da2dbf.PNG

    Inside my GRF there is not "perverse_demon_mask.bmp" inside the path.

    The question is:

    If this item exists in game -> http://db.irowiki.org/db/item-info/28565/

    Why is this trying to get the item like a custom item? Is there some place that you customize the path?

    check your iteminfo.lua or .lub. The path written in the error is there. Usually for normal items the path should be in korean (if encoded open in korean). Depends on the resource name there.

  9. 1 hour ago, Giant Whisper said:
    
    ITEMID,ITEMNAME,ITEMNAME,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,0,{},{setlook LOOK_BODY2,1;},{setlook LOOK_BODY2,0;}

    it is possible to make this item change the appearance to 2 Class + New Classes

    when using the suit, example a Sniper switch to a new custome ranger

    preview.png

    possible but this costume doesnt have much palettes.. So you dont have much options for their colour.

     

  10. 4 hours ago, kotsumu said:

    Thanks Amir, I am running in renewal mode.

    - I do not have a packets.h file, only a packets.hpp which points me to updating my packet version (on Linux) using the ./configure command.

    - I understand that every langtype and servertype has a value. I am just not sure how it affects my client at all.

    packets.hpp is the correct file.

    its affecting the external settings. for example enable or disable doram, max level, etc is being set there in lua files folder.

     

     

    • Upvote 1
×
×
  • Create New...