Jump to content

emundus

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by emundus

  1. the sprites for the classes work correctly, just this problem in the GM sprite .. I'm almost giving up on changing haha
  2. This is my problem, that I wanna mean: https://prnt.sc/tNccPoT2pdRo
  3. Olá, caso ainda esteja em dúvida no próprio achievement_db.yml tem a configuração: # Achievement Settings # ########################################################################### # - Id Achievement ID. # Group Achievement group type. (Defaut: None) # Name Achievement name. # Targets: List of targets the achievement requires. (Default: null) # - Id Index value used for import methods. # Mob Target mob. (Default: 0) # Count Target count. (Default: 1) # Condition Conditional statement that must be met for the achievement to be considered complete. (Default: null) # Map Map name that is used for the AG_CHATTING type. (Default: -1) # Dependents: List of achievements that need to be completed before this achievement is considered complete. (Default: null) # - Id: <bool> Achievement ID pre-requisite. # Rewards: List of rewards that are given on completion. (Default: null) # Item Item name. # Amount Amount of item. (Default: 1) # Script Bonus Script. (Default: null) # TitleId Title ID. (Default: 0) # Score Achievement points that are given on completion. (Default: 0) ########################################################################### Espero ter ajudado kk
  4. Any sprite that I try in the stylist it becomes transparent or gives a gravity error. Do you know any solution?
  5. Hey, does anyone have the color palettes for the GM sprites? I searched everywhere but couldn't find anything related...
  6. Hi, my Thor Patcher stuck in "Saving" for a long time, even if I use small patchs...
  7. Hi, do you have Expanded Class working in your rAthena server?
  8. É só colocar isso: if (getgroupid() == 1) { // seu código aqui }
  9. show "["+strnpcinfo(0)+"]"; tenta usar o mes ao invés do show /\ set .@agora, gettimetic(0); coloca gettimetic(2); testa ai e diz se funcionou!
  10. Basically is a script that, when the player creates a new character and login for the first time shows a box to select the rates (low, mid or high). Need to be changed ONLY for the player that selected that rate, no for the whole server (that was the only way I could do it). And the message don't show more when the player login in the char, ONLY for the first time.. Can someone help, please?
×
×
  • Create New...