Jump to content

kalabasa

Members
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kalabasa

  1. waiting for an update.... can someone little help with these error's Severity Code Description Project File Line Suppression State Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\pc.cpp 3539 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\pc.cpp 3540 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\pc.cpp 3541 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\pc.cpp 3545 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\skill.cpp 17252 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\skill.cpp 17253 Error C2039 'status_count': is not a member of 's_skill_condition' map-server c:\users\user\documents\ra pre-re\rathena\src\map\skill.cpp 17279 Error C2039 'eqItem_count': is not a member of 's_skill_condition' map-server c:\users\user\documents\ra pre-re\rathena\src\map\skill.cpp 17282 Error C2039 'skill_no_require_item': is not a member of 'map_session_data' map-server c:\users\user\documents\ra pre-re\rathena\src\map\status.cpp 3822
  2. Hi There, i got no error but its not working it also affects the @storeall function when storeall was used nothing happens except from the items equipped on alt Q they will be unequipped my mistake its actually working i just had issues with max storage settings ?
  3. Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C2660 'strcat': function does not take 1 arguments map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 8110 Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 17757 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 101 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 335 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 366 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 374 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 400 latest pull
  4. it work but has bugged once the command is active the dropped item would be deleted but after command is deactivated and try to drop again the item would be duplicated
  5. OH, sorry abt that im already done with body relocation,backslide,and charge attack i am having a hard time with these High jump,Flying side kick, and shadow jump will failed lock while using close confine spider web and ankle snare
  6. surprisingly it does still work! as of now may i ask for help from the owner itself ? where do i exactly put this sd->canusecommand_tick = gettick() + battle_config.atcommand_delay; on a certain command as of now it does apply on all commands for now i am still using the default 2000 milisec
  7. can you include the "caster" can still recieve damage from the enemy wearing the maya card if possible?
  8. where should i put the file exactly? i made it working now i got error when building solution these are the lines the script works though but when i made changes and do @reloadscript changes wont apply if (soul_link[constant] != nullptr) script_free_code(soul_link[constant]); soul_link[constant] = code; 10>c:\users\user\documents\ra\rathena\src\map\status.cpp(3757): warning C4244: 'argument': conversion from 'int64' to 'const int', possible loss of data 10>c:\users\user\documents\ra\rathena\src\map\status.cpp(3758): warning C4244: 'argument': conversion from 'int64' to 'const int', possible loss of data 10>c:\users\user\documents\ra\rathena\src\map\status.cpp(3759): warning C4244: 'argument': conversion from 'int64' to 'const int', possible loss of data
  9. Sup People, as all any private server out there when the user is in the character selection instead of the X button on the upper part they have always the cancel button to get back to the login page/screen can someone teach me a neat trick to achieve this? is this a purely graphic related or diffing/hexing?
  10. i'll try to find if theres any similar topic i will redownload again a clean copy to see if it works pm me your discord might help if needed thanks
  11. i already did that man leaving only the RENEWAL part clean and build to compile
  12. i want to be Renewal with atk and def to be PRE-RE
  13. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_RENEWAL_HPP #define CONFIG_RENEWAL_HPP //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ /// Game renewal server mode /// (disable by commenting the line) /// /// Leave this line to enable renewal specific support such as renewal formulas #define RENEWAL /// Renewal cast time /// (disable by commenting the line) /// /// Leave this line to enable renewal casting time algorithms and enable fixed cast bonuses. /// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%). /// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT). /// By default FCT is 20% of VCT (some skills aren't) /// - VCT is decreased by DEX * 2 + INT. /// - FCT is NOT reduced by stats, reduced by equips or buffs. /// Example: /// On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT //#define RENEWAL_CAST /// 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 /// Renewal exp rate algorithms /// (disable by commenting the line) /// /// Leave this line to enable renewal item exp rate algorithms /// While enabled a special modified based on the difference between the player and monster level is applied //#define RENEWAL_EXP /// Renewal level modifier on damage /// (disable by commenting the line) /// // Leave this line to enable renewal base level modifier on skill damage (selected skills only) //#define RENEWAL_LVDMG /// Renewal ASPD [malufett] /// (disable by commenting the line) /// /// Leave this line to enable renewal ASPD /// - shield penalty is applied /// - AGI has a greater factor in ASPD increase /// - there is a change in how skills/items give ASPD /// - some skill/item ASPD bonuses won't stack //#define RENEWAL_ASPD /// Renewal stat calculations /// (disable by commenting the line) /// /// Leave this line to enable renewal calculation for increasing status/parameter points //#define RENEWAL_STAT #endif #endif /* CONFIG_RENEWAL_HPP */ i am using the latest one
  14. Good Day! i setup the server to Renewal and and comment all other options in renewal.hpp kindly take a look my screenshot stats are really messed up on a novice
  15. great its working. can you guys include also consumes every glistening coat even though the skill has failed?
  16. Hi!! can i have some a little of your time requesting updating these mod thanks
  17. Hi! just a little help. i want to edit the script of megaphone input .@megaphone$; announce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000; i want to put [Streamer] before the character's name thank you!
  18. Hi there again, can someone how to fix this error i got a newly no edit grf translations from here https://github.com/llchrisll/ROenglishRE
  19. my line 493 is total empty o.o got it working already. some of the text are needed to be align
  20. okay this time i put the whole this time have a look this is the last two entry on my item_db.yml import # Non-kRO Eden Group Mark effect #============================================================= # - Id: 22508 # AegisName: Para_Team_Mark_ # Name: Eden Group Mark # Type: Delayconsume # Script: | # unitskilluseid getcharid(3),"AL_TELEPORT",3; # - Id: 5135 # AegisName: Cyclops_Visor # Name: Cyclop's Eye # Type: Armor # Weight: 200 # Jobs: # All: true # Novice: false # SuperNovice: false # Locations: # Head_Mid: true # EquipLevelMin: 75 # View: 207 # Script: | # bonus bMaxSP,50; bonus bFlee,50;
  21. Hi There again! i am trying to add some bonus script on an item eg. cyclops eye db/pre-re/item_db.yml -< i am using this directory i am assuming that this is an import file am i correct?t this is inside of my item_db.yml Header: Type: ITEM_DB Version: 1 Body: - Id: 5135 Script: | bonus bMaxSP,50; bonus bFlee,50; then i @reloaditemdb tons of error pops up on my mapserver.bat and also this is a newly fresh clone atm
  22. i really dont know i accidentally found out this one repository > open in gitbash idk i guess its working now?
  23. Hi! i got a fresh new clone rathena repo from github desktop i want to apply and update on other branches and merge to the main branch i already sign up for a git account but i got this error *** 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 'User@User-PC.(none)')
×
×
  • Create New...