Jump to content

Azarth

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Azarth

  1. any ideia what Im doing wrong?

        Script: >
          .@i = getpetinfo(PETINFO_INTIMATE);
          
          if (.@i >= PET_INTIMATE_LOYAL) {
            bonus bLuk,5;
            bonus bCritical,5;
          } else if (.@i >= PET_INTIMATE_CORDIAL ) {
            bonus bLuk,4;
            bonus bCritical,4;
          } else if (.@i >= PET_INTIMATE_NEUTRAL) {
            bonus bLuk,3;
            bonus bCritical,3;
          } else if (.@i >= PET_INTIMATE_SHY ) {
            bonus bLuk,2;
            bonus bCritical,2;      
          } else if (.@i >= PET_INTIMATE_AWKWARD) {
            bonus bLuk,1;
            bonus bCritical,1;
          }

     

  2. On 8/4/2018 at 12:02 PM, dikapramantya said:

    Hi rAthena.

    I want to ask, how to edit Lucky Roulette feature item requirement.

    The default is using 1 Bronze Coin to start from lower, 10 Silver Coin to start from middle, 10 gold coin to start from near top.

    How if i want to just change the requirement amount, maybe 50 bronze coin, 30 silver coin, and 20 gold coin ?

    I've search in all folder db or conf or script and not found to setting it. so i think this is from SRC.

    Thanks ?

    Did you found a solution? looking for the same

  3. Hi well i dont know if its is client side or server side but i wil try to explain

    when im using any item that polymorth a monster into another(hylozoist card or any other)if the monstens is a 3d model the client ask for spr and act but those monster dont have one and I ending if the client crashing, the thing is the monster is summoned and stay in the map but for some reason when using the transmogrifying the client ask for act and spr anyone know why?and how to fix it?

     

    PS IM using official ones treasure box and the guardian guild not custom stuffy

  4. Hi, can anyone tell me what i did wrong?

    cons = 

    RDMOPT_CLASS_CHANGE     206

     

    item_randomopt_db =

    RDMOPT_CLASS_CHANGE,{ bonus bClassChange,getrandomoptinfo(ROA_VALUE)*100; }

     

    error i got:

    [Warning]: Skipping line '6', invalid constant definition
    [Error]: sv_readdb: Could not process contents of line 24 of "db/import/const.txt".

    [Error]: itemdb_read_randomopt: Invalid Random Option ID 'RDMOPT_CLASS_CHANGE' in line 6 of "db/import/item_randomopt_db.txt", skipping.
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_CLASS_CHANGE' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_CLASS_CHANGE' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_CLASS_CHANGE' in column 3!

    • rAthena Hash:
    • Client Date:
    • Server Mode:
    • Description of Issue:

      • Result: after enable attendeance feature i try to start the server and login got this error:
        [Error]: make_listen_bind: bind failed (socket #1, error 10048: unknown error)!
      • Expected Result: ...shoul work? i guess
      • How to Reproduce:
      • Official Information:
    • Modifications that may affect results:

    Note: i try to serach for the erro and people talk about ports and stuffy but the server is offline and IF i turn the feature off it works

  5. ********UPDATE******* Error number 2, already fix number 1

    2-I was able to bypass the error 1 but now Im getting the follow error 2:

    C:\Users\PRIVATEINFO\Documents\PRIVATEINFO\01_emulator\01_emulator\rathena_RENEWAL (master -> origin)       
    λ git pull origin                                                                                                  
    remote: Counting objects: 70, done.                                                                                
    remote: Compressing objects: 100% (43/43), done.                                                                   
    remote: Total 70 (delta 28), reused 62 (delta 27)                                                                  
    Unpacking objects: 100% (70/70), done.                                                                             
    From https://gitlab.com/anacondaq/rathena                                                                          
       1b6aab366..f4e8dee5d  master     -> origin/master                                                               
                                                                                                                       
    *** Please tell me who you are.                                                                                    
                                                                                                                       
    Run                                                                                                                
                                                                                                                       
      git config --global user.email "[email protected]"                                                                 
      git config --global user.name "Your Name"                                                                        
                                                                                                                       
    to set your account's default identity.                                                                            
    Omit --global to set the identity only in this repository.                                                         
                                                                                                                       
    fatal: unable to auto-detect email address (got 'PRIVATEINFO@DESKTOP-PRIVATEINFO.(none)')

    anyone follow the same problem????

     

    Already fix this:

     

    1-When I just open the cmder I get:

    Can't create a new console, command execution failed(code 267)

    The name of directory is invalid(in portuguese)

    My folder info and then:

    Working folder:

    "D:\rathena\06_cmder"

    Choose your shell?

     

    Option to choose Yes or No

     

    Anyone know what to do?

  6. Hi @Anacondaqq

    First ty for the pack I already use it in two ocasions

    Now, I have a trouble I decided to use you pack but download the new rathena(update one)config ok and compile ok

    The problem is now rathena need at database the table "mail_attachments",when i start the char server is says it dont exist, do you know if is possible to just stick in there and how? or if will problably have to make all over again using mysql?

    ****** I decided to go with the "regular route" by ty for the pack again

×
×
  • Create New...