Jump to content

gamka

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by gamka

  1. Good afternoon, dear Hercules! Tell me, please, what am I doing wrong? The point is that the NPC would immediately give the 2nd profession + 85 BaseLevel + 50 JobLevel and 58 SkillPoint if ((.@eac&EAJ_BASEMASK) == EAJ_NOVICE) { if (JobLevel < .jobchange_first) { mes "A job level of "+.jobchange_first+" is required to change into the 1st Class."; } else if (Class == Job_Novice_High && .linear_jobchange && lastJob) { mes "Switch classes now?"; next; Job_Menu(roclass((eaclass(lastJob)&EAJ_BASEMASK)|EAJL_UPPER)); } else if (Class == Job_Novice) { Job_Menu(Job_Crusader, Job_Knight, Job_Rogue, Job_Assassin, Job_Monk, Job_Priest, Job_Wizard, Job_Sage, Job_Alchemist, Job_Blacksmith, Job_Hunter, Job_Bard,Dancer); get (BaseLevel = 84, JobLevel = 50, SkillPoint = 58); } else { mes "An error has occurred."; } close; } More precisely here: get (BaseLevel = 84, JobLevel = 50, SkillPoint = 58);
  2. Good day, dear members of the forum! Please help solve the logistics. I want to make the initial sets fall out of these boxes. Swordman, Mage, Acolyte, Archer, Merchant, Thief. They are given at the beginning of the game, but when one box was opened, the rest disappeared?
  3. No, unfortunately, there are no similar elements in my iteminfo.lua, there is a problem in something else... Understood, thanks ... Indeed, there was an ID conflict in iteminfo.lub
  4. Good day! I ask for help because I cannot solve the problem on my own, no matter how I look for a solution... Please tell me how to solve this visual problem with things and a cart?
  5. Please tell me how to remove the inscription Intimacy Before confirmation
  6. My strength is gone !!! There is absolutely nothing I can not understand !!!! Please help, I am already losing heart ... All the guides that I have read are not of any use ... Step 1 ·Îºê > AV_Blood_Wings > ¿© ³² > sprite Step 2 ¾ÆÀÌÅÛ > spr, act Step 3 ¾Ç¼¼»ç¸® > ¿© ³² > spr, act Step 4 accessoryid.lub, accname.lub, accname_eng.lub, spriterobeid.lub, spriterobename.lub, spriterobename and (ENG).lub, 2dlayerdir_f.lub Step 5 I fill in idnum2itemdesctable.txt, idnum2itemdisplaynametable.txt, idnum2itemresnametable.txt, itemslotcounttable.txt Step 6 iteminfo.lub Step 7 item_DB Result: WHAT AM I DOING WRONG????
  7. gamka

    rAthena su

    Good day! Dear forum users! Please tell me which files SRC, DB, CONF, etc. are responsible for this status window? I want the status window to show me the PRE-RE statistic formulas when using the RENEWAL mechanic. I have thrown item_db from pre-re to re. item_db displays equip (def, hit, flee) ok. But the Renewal mechanics themselves display overestimated values. from here the question! Please tell me which files SRC, DB, CONF, etc. are responsible for this status window? // RENEWAL_STAT doesn't help!
  8. Can you please tell me where this window is edited?
  9. It's very interesting to me too! I want to make sure that all the logistics regarding NPC Location and Modifications are Renewal, and as for the formulas of protection, evasion, protection from magic, etc., it is PRE.... Yes! I want to do this calculation inside Renewal NO!
  10. Tell me please!!! 20150615 the client opens without problems, 20180620 gives this error what is the reason?
  11. Yes, no success! When // Pre-re (active Renewal), Satisfies everything except def hit, flee damage and so on. With // Renewal all NPCs, MAPS are there, but statistics are not real ... add 84 def coat.
  12. Hello everyone! I have a question that i could not solve on my own! I want to use all Renewal mechanics NPC etc... Everything except Defense, Mdef, Hit, Flee. As for the stats, they must remain Pre-Renewal How can I do that?
  13. Hello everyone! I have a very big request! I want to use RagexeRE 20180620 but cannot fully english full client for it. All clients have some kind of hieroglyphs ... Please give a link to a fully English client, whoever has it, since ROenglishRE and ROenglishPRE do not fully translate modern clients ... I ask for help!
  14. Good day, tell me please! For the third day I have been browsing the Internet, trying to find how to solve the problem with the fact that the program cannot put a patch on 2018-06-20eRagexeRE ... Everything is set except for this function. Always Call SelectKoreaClientinfo () It gives the following error Always Call SelectKoreaClientinfo (): Failed in step 2c - found wrong offset for iteration no. () Please tell me how you can solve this problem ??? I use:
  15. I tried but failed, and the information that I found was not enough for me. Therefore, I asked for help ...
  16. Good day, dear users of the forum rA. I ask for help from people on the part of the client. I added 5 wings (Rainbow, Dark, Gold, Bloody and Ice) I wanted to add more green and white, but after searching 5 - 7 clients I could not find! More precisely, I found white but could not find act and spr in sprite / ¾ÆÀÌÅÛ for white wings (õ »ç³¯ ° ³) and I could not find green wings at all !!! If anyone has you could you share?
  17. Good day to all, dear users! I'm currently working on the server, or rather reworking the balance of professions and builds, and faced the question of how to make the Soul Breaker (Soul Destroyer) skill completely dependent on int and matk? Thanks a lot in advance.
  18. Good day! Please, help! After changing the IP from 127.0.0.1 to static, the Map-Server server issues something similar, it only enters the game until the character selection panel, and that's what Char-Server writes. HELP PLEASE! run-server.lnk
  19. You helped me a lot! Thanks a lot, fixed everything! It was enough to do: { Id: 19302 AegisName: "Wings" Name: "Wings" Type: "IT_ARMOR" Buy: 100000 Weight: 1000 Def: 5 Slots: 1 Job: { All: true Novice: false } Loc: "EQP_COSTUME_GARMENT" ViewSprite: 9 Script: <" bonus bDelayrate,-25; bonus bAspdRate,25; bonus bSpeedRate,25; "> }, ____________________________________________ Viewsprite: 9
  20. I'm just developing, in the client and server parts of creating servers, it would be nice to get a small guide, or indicate where you can see step-by-step instructions.
  21. Made the wings on the GERMENT position; the wings are not displayed at all, they are displayed only on the head. I tried to transfer the wings to the suit, the problem persists
  22. Yes I added it as a headdress. Added data / luafiles514 / lua files / spreditinfo nothing has changed ... Edit it in the Act Editor?
  23. Good day! Please tell me. Added wings to the server everything is fine everything is working everything is displayed but it is not displayed correctly! How can this be fixed?
×
×
  • Create New...