Jump to content

Ehwaz

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Ehwaz

  1. Linux for: - Performance - Security - Easy to compile Window for: - Dummy - Friendly UI
  2. Make sure item_job (0x00000080) fit with wearer's job. 0x00000080 are for paladin/lord knight or rune night/royal guard right ? What class wearing banryu ?
  3. 1. Try shorter display name 2. Display on one line alone (best) Do: mes ""; mes "<item>item<info>info</info></item>"; mes ""; Dont: mes "abc". <item>item<info>info</info></item>; mes "";
  4. love tiara. Hope that Hawkeye's bow will be weapon.
  5. I bought it, hope Secret can fix it. More system waiting me with that mod.
  6. Okay, hope you understand what this block code say and you know what you missing: { bonus bAllstats,3; bonus bDelayrate,-5; bonus2 bResEff,Eff_Stone,3000; bonus2 bAddClass,Class_Boss,300; bonus2 bMagicAddRace,rc_all,5; if(BaseClass==Job_Sage){ bonus2 bSkillAtk,"MG_FIREBOLT",10; bonus2 bSkillAtk,"MG_COLDBOLT",10; } if(BaseClass==Job_Wizard){ bonus2 bSkillAtk,"WZ_STORMGUST",10; bonus2 bSkillAtk,"WZ_METEOR",10;} }
  7. You need to refer at: /db/re/item_combo_db.txt (or pre-re): P/S: I think you need {} after if for more than one statement
  8. Overall look good but text in button not good, i think you should try change the font of them.
  9. Thank Secret, Cygnus empress bless you, the source mod i failed to create it. And it's here. Many thanks.
  10. All of them so cool, but 2 and 3, i think better is casting sprite. I mean, when you catsing skill. this sprite appear.
  11. I think you just write NPC script, check first login, if player job == Doram, set job = Novice.
  12. https://rathena.org/board/files/file/2766-grf-editor/ Use this tool to create thor file. See attached image. hope you can understand
  13. Ehwaz

    Recolored card

    Look at folder System find iteminfo.lua or iteminfo.lub depend on what iteminfo you using. [4430] = { unidentifiedDisplayName = "Ifrit Card", unidentifiedResourceName = "À̀¸§¾ø´ÂÄ«µå", <<== Change this by your 'recolored card' sprite name unidentifiedDescriptionName = { }, identifiedDisplayName = "Ifrit Card", identifiedResourceName = "À̀¸§¾ø´ÂÄ«µå", <<== Change this by your 'recolored card' sprite name identifiedDescriptionName = { "ATK, CRI, HIT is increased depending on the wearer's job level.", "Has a low chance of autocast ^FF0000Earthquake^000000 when receives a physical attack.", "-------------------------", "Class:^6666CC Card^000000", "Compound on:^B40088 Accessory^000000", "Weight:^009900 1^000000" }, slotCount = 0, ClassNum = 0 },
  14. Ehwaz

    Recolored card

    Change sprite of mvp card you want to do
  15. Are you sure your char mount "cashmount" ? Dont tell me you riding on dragon and speak with npc !!
  16. Server side: db/pre-rene/item_db.txt YOUR_ID,YOUR_UNIQUE_NAME,YOUR_DISPLAY_NAME,12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{} Replace: YOUR_ID: ex 29999 YOUR_UNIQUE_NAME: ex: Shadow_Duplicate YOUR_DISPLAY_NAME: ex Shadow Duplicate Client side: find id 24010 in iteminfo.lua or *lub copy and paste and change ID Ex: [25788] = { unidentifiedDisplayName = "Choco PingPing", <<------- Display name in client not identify unidentifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name unidentifiedDescriptionName = { }, identifiedDisplayName = "Choco PingPing", <<------- Display name in client identified identifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name identifiedDescriptionName = { "Description, what is this ?", }, slotCount = 0, <<---------- Display card in client ClassNum = 0 <<---------- View ID },
  17. I'm confused as to what you mean here. Could you, hmmm.. give some screenshots of your issue, or give more details? Anyhow, yes, you can generate encrypted thor patches with GRF Editor, from both SecureGRF and the embedded encryption feature. Sorry, my grf encrypted, i have create *.thor file to update, when i run my Thor Patcher it's said: Cant Open change.grf (my target grf has encrypted). P/S: i'm Phantasm, i dont know why i logged this account.
  18. { bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{} Try it
  19. Can you help me, i alway got error missing some event/ars_15.bmp to event/ars_2x.bmp when i go to map ars_fild59 ars_fild60 ars_fild61. i'm sure i have that files in my grf I tried very hard but i can't solved it.
×
×
  • Create New...