Jump to content

norirag

Members
  • Posts

    10
  • Joined

  • Last visited

About norirag

  • Birthday 02/08/1997

Profile Information

  • Gender
    Male
  • Location
    São Vicente
  • Server
    Adastra
  • Discord: Nori#2919

Recent Profile Visitors

1812 profile views

norirag's Achievements

Poring

Poring (1/15)

  • First Post
  • Collaborator
  • Conversation Starter
  • Dedicated
  • Week One Done

Recent Badges

0

Reputation

  1. The problem was solved by adding the job icon (data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\renewalparty\icon_jobs_(class_id).bmp) to each class)!
  2. Hello hello! I've been trying to implement custom jobs as trasncendent versions of extended classes, everything works perfectly in-game but when I go to the character selection screen, i receive this error: Exception Type: 0xc0000005 eax: 0x00000000 ebx: 0x179f1db0 ecx: 0x8b785486 edx: 0x01530000 esi: 0x11433fd8 edi: 0x18b57520 ebp: 0x00000000 esp: 0x0019fff8 stack 0019fff8 - 001a03f8 0019FFF8 : 00 D0 23 00 00 00 00 00 41 63 74 78 20 00 00 00 001A0008 : 01 00 00 00 18 33 00 00 DC 00 00 00 00 00 00 00 001A0018 : 20 00 00 00 00 00 00 00 14 00 00 00 01 00 00 00 001A0028 : 07 00 00 00 34 00 00 00 7C 01 00 00 01 00 00 00 001A0038 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 001A0048 : 00 00 00 00 02 00 00 00 4E EF 26 1A 98 02 00 00 001A0058 : 44 00 00 00 E0 02 00 00 54 02 00 00 00 00 00 00 001A0068 : BA 71 32 F3 34 05 00 00 4A 00 00 00 80 05 00 00 001A0078 : 42 03 00 00 00 00 00 00 5B 49 59 2D C4 08 00 00 001A0088 : 32 00 00 00 F8 08 00 00 00 03 00 00 00 00 00 00 001A0098 : CD EA CE 32 F8 0B 00 00 42 00 00 00 3C 0C 00 00 001A00A8 : 36 03 00 00 00 00 00 00 C8 5F 50 38 74 0F 00 00 001A00B8 : 5E 00 00 00 D4 0F 00 00 56 03 00 00 00 00 00 00 001A00C8 : 44 05 28 B1 2C 13 00 00 56 00 00 00 84 13 00 00 001A00D8 : 98 03 00 00 10 00 00 00 09 00 00 00 EC 00 00 00 001A00E8 : 02 00 00 00 01 00 00 00 7C 01 00 00 D8 15 00 00 Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice (Novice when i log in, Class name [Ex: Star Emperor] when i log out after changing class) renderer.cpp 838 This is what i've done so far in the client-side files: (In PCPaths / Pals / Imfs / Hands.lub the jobs are in the inherited list. I've tried to place them in the main part of the file too but the same error happened) And in the server files: Am i missing something? doing something wrong? It's because of the client date? (2022-04-06) Thanks in advance!
  3. There's any method or software that I can use to retrieve the full list of packets used in clif_updatestatus? I've tried to add a function to see what packets the emulator is receiving when login in but, related to status, i've only received 0x007d (with is linked to clif_parse_LoadEndAck). Since clif_updatestatus is used to send the basic status to the client, I've been doing various tests but without success (I'm trying to implement the new Trait system [4th jobs]). I've tried to use peek / bpe / packet-extractor to see if there's a new packet requesting those status but neither of them can retrieve the packet list of newer clients /sad... (Or am i doing something wrong? lol)
  4. Here's the script I'm using: https://github.com/rathena/rathena/blob/8ed3f4274a2a6e06082e79cb6b2db80aefece5f9/npc/re/merchants/eden_market.txt
  5. Hi! Good morning / afternoon / evening to everyone. I was testing the Para Market on my server and I noticed something strange. I will use the NPC Madoha as a example: I buy every scroll of Stormgust, Lord of Vermillion and Meteor Storm and even a day after the shop won't renew. You need to buy every item on the shop or after X days it will restock? I check the Paramarket script but it just update some shops everyday, other it just doens't say anything about. It's strange because if you need to buy every item on the shop, it'll cost about 1 billion zenny... I'm using google translate, sorry if there is any typo. Thanks in advance!
  6. How can i make Thor Patcher download files in my github repository? Thanks in advice!
  7. Bump. I wanna remove this too... >-<
  8. I'm trying to apply the changes from the patch Terra Gloria to rebellion skill on my server, i've apllied these changes in the other skills but i can't find a way to add the Desperado double damage buff after using Fallen Angel, i've tried add a buff after use Fallen Angel and... nothing, tried to create a combo (similar to Sura combos) and nothing again... Anyone knows how to add this? Sorry about my poor english, it isn't my native language, thanks in advice!
  9. I've fixed it using ROenglishRE, thanks hazimjauhari90. It really helps a lot!
  10. I'm having some trouble with the quest tab if my client version is 2015-10-29 or newer. When i open, a error called query_quest_tab_episode appears (5 times in a row), also occurs when i get a normal quest. If i change the client version to 2015-09-16 neither shows up. query_quest_tab_episode query_quest_desc I'm using updated kRO data and i've tested with these client version: - 2015-10-29 / 2015-11-04a / 2016-02-03a. Anyone knows how to fix it? Sorry about my poor english, it ins't my native language. Thanks in advice!
×
×
  • Create New...