Jump to content

Azarth

Members
  • Posts

    26
  • Joined

  • Last visited

Everything 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. 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 ^^
  14. Hi, decided to just change clients and re-download rathena is working fine now, anyway ty ^^
  15. Sorry i make no sense i guess I cant compile without getting the error is in the Microsft visual studio not in the game in self...sorry english is difficult for me ^^'
  16. hi guys I change my defines pre to = #define PACKETVER 20180621 now that im trying to compile i am getting max_chars config is invalid(c1189) anyone know what to do? I dont change anything there(mmo) BTW
  17. ********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?
  18. 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?
  19. Hi, i try to find new info on this but I cant find any, any news on this feature?
  20. I wonder if I can make drop from monsters come with those bonus, I dont mind make monster by monster and equip by equip I just need a guide if anyone have one or a willing to do so please let me know, I really dint get those avaible...=/ Like this knife ^^^
  21. 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...