-
Content Count
114 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by luizragna
-
Vê se este aqui serve: iteminfo.lub
-
Hello guys. When i convert the image to indexed, she cause probems to sprite. I'm using Photoshop CS6,
-
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; "> },
-
Where and how to translate server capacity information
luizragna replied to gilbertobitt's question in Client-Side Support
data/msgstringtable.txt lines 3262 to 3265 -
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.
-
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
- 1 reply
-
- item option system
- item option
- (and 9 more)
-
Hello, guys...someone can help me? I'm using 2018-06-20RagexeRE
-
Where can i add trigger for my custom label? (OnUseSkillEvent)
luizragna replied to luizragna's question in Source Support
Thank you! i'll try -
Where can i add trigger for my custom label? (OnUseSkillEvent)
luizragna posted a question in Source Support
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; } -
[Help] - Client 2018 + date - doubt!
luizragna replied to matheus00123's question in Client-Side Support
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 -
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?
-
Wow, Dragon Ball with ragnarok??
-
Do you have AI and AI_sakray folders in your client?
-
Someone have this client 2018-06-20eRagexeRE?
luizragna replied to OmarAcero's question in Client-Side Requests
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 -
Need 2018-06-21bRagexeRE or 2018-06-21aRagexeRE
luizragna replied to Vivid's question in Client-Side Requests
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 -
Need 2018-06-21bRagexeRE or 2018-06-21aRagexeRE
luizragna replied to Vivid's question in Client-Side Requests
I have 2018-08-20 diffed do you want? -
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??
-
I learned by taking complex scripts and searching for commands I did not know
-
Hello, do you added in: db/constantants.conf and src/map/constants.inc ??
-
Error compiling 3Ceam windows 10, Visual Studios 2017
luizragna replied to Louis T Steinhil's topic in 3CeAM Support
I used Visual C++ 2010 Express to compile 3CeAm -
Hello guys, i'm trying change the 3 packet keys. But, shows this errors: How can i solve???
-
Awesome!!
-
Hello guys. When i print a screenshot she appeares: I tried change de hexed, but not solved
-
How i can count gray slots in equipment?
luizragna replied to luizragna's question in Script Support
Thanks!