Jump to content

Roku

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

1350 profile views

Roku's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. Hey guys, as you know, some items only work in PVP environments (e.g. Siege Suit, ID 15047). When these items have a MaxHP bonus, your HP will drop once you enter a PVP map, because the bonus is suddenly applied. You have to heal up to be at 100% again. I have a few custom items that only work in PVP, but I would like them to also work on one specific map (let us just call it specific_map). This specific_map is the pre-woe castle map, so I want the items to work there, giving players the chance to heal up to 100% through an NPC and then enter WoE castles with 100%. The item restrictions are declared in item_noequip.txt, with the restriction being "1 - All normal maps", so it works only on PVP maps. Does anyone know if there is a simple way (using db files) to make the items work on my specific_map, without disabling any features a normal map would have (e.g., no pvp, flywings allowed)? I want the items to work on specific_map, but I don't want PVP enabled or (for example) flywings disabled on that map :/. Hope you can help me!
  2. if(Hp < MaxHp / 100 * 50) { ... } is working, my bad. It just takes a few seconds when the char has crossed the threshold for the client to realize. Can be closed.
  3. Hello, I am trying to figure out if it's possible to make an item grant a bonus depending on current HP. I would like an armor item to grant 20% damage to all classes when the character is below 50%. I tried if(Hp < MaxHp / 100 * 50) { ... } but it did not work. Is this kind of condition even possible or would it require the player to equip the item when below 50%?
  4. Heyho, I would like to have an item (custom Armor) increase the cast time of GD_EMERGENCYCALL (the Guild Skill) when equipped, but I cannot get it to work. I've tried bonus2 bSkillFixedCast,"GD_EMERGENCYCALL",15000; and bonus2 bFixedCastRate, but both bonuses do not affect Emergency Call. It appears the skill GD_EMERGENCYCALL is not affected by item bonuses. Does anyone know if there is a different way to make an item affect emergency call cast time? P.S: The Summoner skill Lope is also supposed to double the cast time of Emergency Call when skilled by a Guild Leader but this also did not work last time I checked (when Lope was released). Just mentioning this in case this is somehow related to my problem and a mod sees a bigger problem here.
  5. Will you take it from here or should I open this as an issue?
  6. I just found out that you only get STATUS attack from DEX if you have a musical instrument equipped and must put points into STR to up your WEAPON attack. I have always thought instruments are just like bows. Is there some kind of special treatment instruments receive because of their unique nature of being a weird mix (close range but use arrows)? On irowiki it clearly states they are considered range weapons and DEX adds weapon ATK. I know we are based on kRO so I wanted to ask if on kRO it works just like this or is this perhaps unintended? How to test: put on a musical instrument and invest points into DEX, your status atk will go up by 1 for each point, your wATK will not change. Put some points into STR, your status attack will change by 1 for every 5 points of STR but (!) your wATK will also increase by 1 for every 2-3 points of STR. Compare with a BOW or GUN, they get 1 point of status and wAtk for each point of DEX. Does anyone know if this is intended? I couldn't find anything about this anywhere (except that instruments are supposed to be like bows according to irowiki).
  7. Hello, I have two items, one with the job restriction 0x02858314 and the other with the restriction 0x024250C2. I want both items to include Summoner 0x80000000 and Super Novice 0x00000001 in their restrictions (i.e., Summoner and Super Novice will also be able to equip them). How would the new restrictions for the two items look? Thank you!
  8. Please check installation support and see if u can help me!!!

  9. Hey, thanks for the reply. I seem to have fixed the max connections issue, but even after changing all IPs to 127.0.0.1, lchar sever cant connect to 127.0.0.1:6900 socket error #3 10061, I have opened the ports ( I think, I wrote my lan IP and all the ports I saw in the conf files) and login server stll says that access is denied for root, what files are needed for login server? I think one of them still has old username and pw. Also it says debug at ipban_sql c79 And do I need XAMPP? And I really think the problem lies with the login server, due to it being denied access, the char serve cant connect to it right? So i have to fix this access problem but how -.- EDIT: Fixed, server side running smoothly, client side .. I have absolutely no clue what client to use..
  10. Hey there! I have a really really annoying problem with MySQL. I am currently trying to set up a rAthena test server to learn scripting, however, I already fail at configuring the server side stuff ._. Well I only manage to get the MAP server running the login one doesnt get past "Access denied for root @ localhost USING PASSWORD YES" and Char server is stuck at "attempting to connect to 127.0.0.1:6900 -> failed socket error #3 10061 Now this is not the biggest problem I have, the most annoying problem which I am unable to fix is this: I (accidentally? xD) set max connections of user root to 100 and now I am screwed, I can't do anything! I deinstalled like 5 times and it is still there! I tried some commands like UPDATE user SET max_questions = 0 ... but nothing worked! I found out that you have to reset privileges or something like that but as I am a total noob in MySQL I really don't manage to fix it by myself . Please help me with this and maybe you can have a look at my CONF files too and help me fix that as well. My IP is the 95. one The IP that I get by checking my lan connection is the 107 one (for some reason when I write ipconfig in CMD it says IP = ?, It's unable to tell me the IP o.O) I did that according to a guide but well...I only want an offline RO renewal server to test NPC scripting edit: DAMN, how does that program even REMEMBER that I wrote 100 where 0 belongs after completely deinstalling it. It's really annoying!! And now I get the following error when Installing Samples and Examples 5.6.10: examples-5.6:100 - Error installing sample database. The error is:\n\tMySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. inter_athena.conf login_athena.conf map_athena.conf subnet_athena.conf char_athena.conf
  11. Roku

    Scripting

    Geht das von eAthena für rAthena? Und was brauche ich an Programmen um praktisch zu üben?
  12. Roku

    Scripting

    Hallo Leute! Ich würde gerne wissen, wie man sich die Fähigkeit zu "Scripten" aneignet. Ich hatte mal Programmierung in der Schule und ich war sehr gut darin aber rAthena ist natürlich total anders ( auch wenn so "if,else" Sachen bekannt sind^^). Der Server auf dem ich Spiele braucht hilfe, die kommen nur langsam voran. Ich will helfen aber ich weiß nich was ich lesen muss was ich tun muss um Scripting drauf zu haben. Vielleicht erzãhlt jem. wie er sich scripten fûr rAthena beigebracht hat. Und wieviel Arbeit das ist, sich diese Fähigkeit anzueignen. Gruß
×
×
  • Create New...