Jump to content

bruninjaman

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bruninjaman's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

2

Community Answers

  1. Hello, I'm trying to fix a crash from a grf file. I need to know a way to get monster/npc ID, normally I would check "jobname.lub", but the grf file is encrypted.. I need another way to figure out what is the monster ID to add new table value. as the ID doesnt exist in my current grf's "jobname.lub", it won't tell me which monster or its ID. Crash Message: The space for name is null ( it should say the sprite name like: "folder/sprite.spr" -> "¸ó½ºÅÍ/xxxxxxx.spr"). but this folder(¸ó½ºÅÍ) means it is a monster I guess.
  2. @Emistry Ty for answer, I tried both (client side 'iteminfo.lub') idk if it runs the code, the second one appears in item description but when it click it crashes the game. But doesnt matter this blue one I want the green one that you can relink if you want. look how it is: the output in game is: the type of link that I wanted is like this (but I wanted in item description, I think the blue one you can't shift + click to relink the item again):
  3. Hello, I know you can with updated regexed shift + click into a item and link it to chat. I want to get this same linked item and put as a description of another item I'm trying: <ITEMLINK><ITEML>0000001YV&00(00(00(00</ITEML></ITEMLINK> output is: <ITEMLINK>Amuleto de Ziegfried</ITEMLINK> this ITEMLINK doesnt exist, for navi it uses <NAVI> tag so I tought it had a tag for linked items too. does someone know how to link these items in descrition?
  4. already found it on database table char_reg_num @solved
  5. I'm trying to create a script for shadow chaser to get skills and I need to find the name of the variables to set each skill he can get, I only know one that is "CLONE_SKILL" so if I want to set one of the abilities he can get I just need to set CLONE_SKILL to skill id and CLONE_SKILL_LV to skill level... I want to know where or how I can find these variables to be able to do more scripts.
  6. @FIXED the sex on database was 'S' I changed to 'M' =/
  7. Hello, I'm trying to use 2017-06-14bRagexeRE.exe. with kro client and system folder updated from zack (https://github.com/zackdreaver/ROenglishPRE/tree/master/System). I can open the game, log in and when I try to create a new char it crashes and sometimes it gives me this error: @FIXED the sex on database was 'S' I changed to 'M' =/
  8. it doesnt work on 2018 ? I'm trying with a full KRO clean data with translation: https://github.com/zackdreaver/ROenglishRE but when I try to open the screen to create character the game closes.
×
×
  • Create New...