Jump to content

B14d3r11

Members
  • Posts

    7
  • Joined

  • Last visited

B14d3r11's Achievements

Refugee

Refugee (1/15)

0

Reputation

  1. Thank you so much! When using a Localization.txt file, does this now make the mod Client-side required as well? I was trying to avoid that if possible but I understand if it isn't possible because of the specific changes needing to be made. But yeah this explains pretty much everything I needed for now, I may have some questions later but thats all I had need for at this moment XD Thank you again!
  2. Yeah that explained exactly what I needed and what I was looking for! I have a couple of similar questions now though, when it comes to setting the skill point costs of things how do I go about doing that? I am attempting to mess with the base_skill_point_cost="1" cost_multiplier_per_level="1" max_level_ratio_to_parent="5" but I am unable to figure out the way it is calculated, or at least the pattern to it? I set the Base Skill Points and Cost Multiplier to the above to 1 and 2.5 but for the 4 levels it produces 2, 6, 15, 39 for the costs. Edit: I think I figured this one out, I don't like it but I know how it works now doing some math. Is there a way just to set the cost per level of the skill/attribute instead of doing a weird calculation thing or no? 2. I don't understand what max_level_ratio_to_parent implies or does? 3. I added it under a "new" attribute for my server, how do I fix/adjust the descriptions of things? I can't see where I can type them in for them to appear like other Attribute and trees Example of the Attribute description key and stuff that idk how works <effect_description level="1" desc_key="SkillRank1Desc" long_desc_key="SkillRank1infoDesc"/> Example of the Perk desc_key <level_requirements level="1"><requirement name="ProgressionLevel" progression_name="attEvil" operation="GTE" value="1" desc_key="reqEvilLevel01"/></level_requirements>
  3. I have been messing and modifying things for my own server, and I am drawing a blank on how to alter/append something. I am attempting to alter the following in the 7d2d buffs.xml This is the current code inside the 7d2d buffs.xml I just want to alter the value of 5 to 15. I can do this on the server's files itself but I would like to know the modding/correct way to do it from that perspective. If you're looking for the buff itself it is on line 1103 <effect_group> <requirement name="PlayerLevel" operation="LTE" value="5"/> <passive_effect name="ExpDeficitPerDeathPercentage" operation="base_set" value="0"/> <passive_effect name="ExpDeficitMaxPercentage" operation="base_set" value="0"/> </effect_group> <effect_group> <triggered_effect trigger="onSelfBuffUpdate" action="RemoveBuff" buff="buffNewbieCoat"> <requirement name="PlayerLevel" operation="GT" value="5"/> </triggered_effect>
  4. Yeah I made sure everything was port forwarded correctly. I currently have friends playing on the server, just don't have access to the webserver portion. It may just be an issue because I am using a no-ip based redirect? I might just swap it in a minute and see lol Edit: Just updated it to my normal external IP and yeah still unable to connect. Edit 2: Was able to use 127.0.0.1:8080 and connect to it, just wondering why it is timing out when it is connected externally, could it be a permissions issue?
  5. It doesn't seem to throw errors when starting it up. I am not trying to come off as knowing anything, but I am having some difficulty after updating to A21...
  6. When it comes to my issues, I have the ports forwarded added the permissions as you showed earlier in this thread. I have it setup to the correct ip address with the :8080 cause, I just cannot connect to the webserver part at all. I type in the no-ip address and it ends up timing out in the browser.
  7. I am actually having similar issues with setting up the web part of the server. I followed what you said so far and just for some reason can't connect to it. I have the settings setup to how I had it similarly before A21 (of course updated but similar information setup) and its just not working 😕 It may be something to deal with the WebDashboardUrl, I have been trying varying thing i use a no-ip address and honestly just don't know what to put as I followed the notated reference and nothing as well
×
×
  • Create New...