Jump to content

luizragna

Members
  • Content Count

    114
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by luizragna

  1. Vê se este aqui serve: iteminfo.lub
  2. Hello guys. When i convert the image to indexed, she cause probems to sprite. I'm using Photoshop CS6,
  3. luizragna

    NPC

    Search the command *getmapxy in the doc/scripts_commands.txt
  4. luizragna

    NPC

    Try add to get the same item when he is used. For example, Fly Wing add this line in the fly wing getitem Wing_Of_Fly, 1; The full item + script: { Id: 601 AegisName: "Wing_Of_Fly" Name: "Fly Wing" Type: "IT_DELAYCONSUME" Buy: 60 Weight: 50 BuyingStore: true Script: <"itemskill AL_TELEPORT,1; getitem Wing_Of_Fly, 1; "> },
  5. Solved! Go to the GRF with your translations and go to that path: [GRF]/data/luafiles514/lua files/skillinfoz/SkillTreeView.lub Find something like this: JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") Rewrite the string as you want.
  6. Eu montei ontem este client compativel com a data.grf do bRO. Ele está bem atualizado e em testes ainda. Se der algum bug por favor me avisa. http://www.mediafire.com/file/djh4orvlam5l0i7/Client+-+Hexed+2018-06-20.rar
  7. Hello, guys...someone can help me? I'm using 2018-06-20RagexeRE
  8. Hello guys! I'm creating a custom label, OnUseSkillEvent I need add this trigger: (probabily in the skill.c) npc->script_event(sd, NPCE_USESKILL); I added in the cases (for exmple: MG_FIREBOLT) but i want for all skills. i already created the code for others files. npc.c: {"Use Skill Event",script->config.useskill_event_name}, npc.h: NPCE_USESKILL, script.c script->config.useskill_event_name = "OnUseSkillEvent"; and script.h const char *useskill_event_name; Test script: - script OnUseTest FAKE_NPC,{ OnUseSkillEvent: mes "Do you used a skill"; close; }
  9. Eu estou usando este client: Full client 2018-08-13: https://ro.industrial-illusions.net/files/ E este hexed: Just hexed 2018-06-20ragexeRE : http://www.mediafire.com/file/ddfcqbc84ls65d2/2018-06-20d+RE.rar
  10. Você fez alguma alteração no servidor sem ser a versão do hexed? Apareceu algum erro na hora de compilar? Você usou o banco de dados que vem com emulador?
  11. Do you have AI and AI_sakray folders in your client?
  12. Full client 2018-08-13: https://ro.industrial-illusions.net/files/ Just hexed 2018-06-20ragexeRE : http://www.mediafire.com/file/ddfcqbc84ls65d2/2018-06-20d+RE.rar
  13. So, take it https://www.mediafire.com/file/ddfcqbc84ls65d2/2018-06-20d_RE.rar/file My diff list: 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 31 Increase Zoom Out 75% 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 61 Disable Packet Encryption 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 74 Increase Screenshot Quality 75 Enable Flag Emoticons 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 208 Restore Cash Shop Icon 213 Disable Help Message on Login (Recommended) 225 Show Register Button
  14. Hello guys, i maked a custom status that change appearence. But when i logoff the transformation end; status.c: status->set_sc( DG_PAYMASOU , SC_PAYMASOU , SI_PAYMASOU , SCB_SPEED|SCB_STR|SCB_AGI|SCB_VIT|SCB_INT|SCB_DEX|SCB_LUK ); When status start: if(!(flag&SCFLAG_LOADED)) { // Do not parse val settings when loading SCs switch(type) { . . . case SC_PAYMASOU: pc->disguise(sd, 4073); When status end: vd = status->get_viewdata(bl); calc_flag = status->dbs->ChangeFlagTable[type]; switch(type) { . . . case SC_PAYMASOU: pc->disguise(sd, -1); How can i solve it??
  15. I learned by taking complex scripts and searching for commands I did not know
  16. Hello, do you added in: db/constantants.conf and src/map/constants.inc ??
  17. Hello guys, i'm trying change the 3 packet keys. But, shows this errors: How can i solve???
  18. Hello guys. When i print a screenshot she appeares: I tried change de hexed, but not solved
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.