Jump to content

Azarth

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil

Recent Profile Visitors

2543 profile views

Azarth's Achievements

Poring

Poring (1/15)

0

Reputation

  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. are you able to make it work i keep getting a error
  3. the translation(machine) say "Restores 90 HP, a well-regenerated health remedy for red herbs. Weight: 7" so Why we have "itemheal rand(45,65),0;" ???
  4. because of the error of: I suggest change dead branch file and polymorth separate ty
  5. 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
  6. hi im using this script as base : - script Bronze_Coin -1,{ OnNPCKillEvent: if ( rand( 100 ) <= 90 ) { .@item_id = F_Rand( 7539 ); getitem .@item_id,1; } end; } if i put 1 at 90 will be 1% right? how i make it to be 0,01 or 0,05 or 0,10 ?
  7. 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!
  8. I cant put this error in the github it got delete or close so i put it here
  9. 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
  10. anyone wanna share a modified client who read AI for homun 2018-05-30 or older?
  11. the title says all, i think ai was disable is possible to make able? still using this client?
  12. anyone using client 2018 05 30 can confirm is working?
  13. Hi im using client 2018 05 30, and have been told that kro dropped the autofeed feature is not gonna work here on rathena, any client who works? ty ^^
×
×
  • Create New...