Jump to content

GodKnows Jhomz

Members
  • Posts

    333
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by GodKnows Jhomz

  1. I can only see this lines in char_athena.conf that is about deleting characters : // Restrict character deletion by BaseLevel // 0: no restriction (players can delete characters of any level) // -X: you can't delete chars with BaseLevel <= X // Y: you can't delete chars with BaseLevel >= Y // e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel) char_del_level: 0 // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 0 // Restrict character deletion by email address or birthdate. // This restricts players from changing the langtype and deleting characters. // For birthdate, the client must be 20100803 or newer. // Defaults based on client date. // 1: Email address // 2: Birthdate // 3: Email address or Birthdate char_del_option: 3 If the problem is in the msgstringtable, the character must sit and show the timer even the msgstringtable isn't compatible in the client but the character in my client is not sitting. Is the sitting of the character is attached somewhere in msgstringtable? I'll try to find some msgstringtable that is compatible and I'll show if it worked or not. Thank you. Edit: Here is the result after getting compatible msgstringtable.
  2. Anyone have an idea what's happening in my client? When I click the Delete button once, nothing shows. When I click again the Delete button it shows "Now Logging Out." (Fixed the msgstringtable and now it shows "An unknown error has occured.") And when I click OK nothing happens. When I relogin, the character is waiting for deletion confirmation. I'm using 2012-04-10RagexeRE
  3. Can anyone tell me what is the name of the missing texture here (Red Rectangle in the Image) Thanks in advance.
  4. I forgot that I install cell_pvp and I think I need to set my pvp map in cell_pvp script - script cellpvp -1,{ end; OnInit: setcell "guild_vs3",0,0,999,999,cell_pvp, 1; end; }
  5. I don't know where is the problem so I posted this in the General Support Forum. (Please move to proper categoy, thanks!) My problem here is when I enter Pvp Room, the player counter (also top 1 timer) will be gone then shown after 1 second (see picture). Please tell me how to fix this problem. My trunk version is r17690 My client date is 2010-07-28 RagexeRE Thanks in advance.
  6. Any updates in this client? Hopefully this project will be released soon! Thanks!
  7. Bump anyone? Or just give me idea on how the scripts will flow. Thanks in advance.
  8. I would like to request a PVP script with a Ladder and if the player is on the Top of the ladder, he will get an item (headgear) and it is bounded to his/her character. When someone has reached and replaced him/her on the Top of the ladder, the item will transfer to the new Top of the pvp ladder. And will remove to his equip/inventory automatically (Maybe SQL query if the current Top is offline when someone will replace to the top and notify him/her on her login if he/she is replaced by someone). I hope my explanations are clear. Thanks.
  9. Thanks, I just got the idea and solved my problem.
  10. I want to request a PvP Script that gives a player with TCG Card (7227) when killing in pvp room (multiple maps if can). Here's the scenario : I have 5 Items. (Just countitem to check the level) Level 1 to 5 Items that gives additional chances to get the TCG from pvp. Level 1 : 5% Level 2 : 10% Level 3 : 15% Level 4 : 25% Level 5 : 50% So, if I have the Level 1 item, I have a 5% chance to get TCG when killing. If I have the Level 5, 50% chance to get TCG when killing. I hope someone can provide a script for my request. Thank you in advance.
  11. Mas okay gamitin ang Visual C++ 2010 mas stable sya.
  12. Thank you very much! My script is now working perfectly. Marked as solved!
  13. Hello rA devs, Im trying to make a random box item with cutins, how can I change the last pic stopped in cutins into the random item that you get in the list. Example I have a 10 random items (setarray .itemlist,501,502,503,504,505,506,507,508,509,510;) then i want to set the last image of the cutin will be "hb503" <- this is the example what will I get so I want to display the image of hb503 when I get the reward 503. Btw this is the cutin animation script that I'm using in my script. for(.@i=1;.@i<30;.@i++) { cutin "hb"+.@i,4; sleep2 100; } Thanks in advance.
  14. When I use item that is called "Mission Checker", I want to see what mission I'm doing and the progress of it. It can be showed when I pm NPC:mission This is what it looks like when I pm NPC:mission. Already found a solution. Please close this thread. Thanks!
  15. Ohh nice! Thanks for letting me know that 2014 clients supports it.
  16. Im looking for the client that is the hotkey for stats is alt+a and equip is alt+q (Individuals) If ever you can provide me please include the grf that is compatible for the said client. Thanks in advance.
  17. check mo yung data/luafiles514/lua files/datainfo/accessoryid.lub mo if same sa nasa item_db2.txt mo na view id.
  18. Follow this guide if you're using windows os. https://www.youtube.com/watch?v=TaESjeq2v-w
  19. use this, it's included inside the GRF Editor. https://rathena.org/board/files/file/2766-grf-editor/ Thanks.
  20. Any other download of this tool? The link given is already dead. And can't find another download links anywhere ;(
  21. I doubt I was any help but that's good to hear I will probably restart development this holidays. And while I will be developing a new version, I will setup a guide for the old version as well. Thanks for this. I'm looking forward for the new version of this.
  22. Already figure out what is wrong in my config. Thanks for this!
×
×
  • Create New...