Jump to content

FALLEN1

Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

About FALLEN1

Recent Profile Visitors

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

FALLEN1's Achievements

Enthusiast

Enthusiast (6/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

1

Reputation

  1. What did you mean with TEMP_BUFFER buf(16 * 1024);? I mean, why 16 * 1024? And in this case: char temp[8096 * SHOP_TAB_COUNT_MAX]; I should put 16 * 1024 or should increase?
  2. Hello guys, I'm trying to implement renewal mount system but I'm facing the following problem. I've tried to do some checks, but I can't figure out what the game's refresh function is (I suspect this is where the whole problem comes from). If you have any ideas where I could look or any hints, I would be grateful. Thanks in advance! [Hidden Content]
  3. quest change_items begin state start begin when kill or login or logout or levelup begin if pc.count_item(30132) >= 10 then pc.remove_item(30132, 10) pc.give_item2(30013) end -- if end -- when end -- state end -- quest
  4. 0430 19:51:21645 :: uiInventory.py(line:534) __LoadWindow InventoryWindow.LoadWindow.BindObject - <type 'exceptions.AttributeError'>:'InventoryWindow' object has no attribute 'EventProgress' 0430 19:51:21646 :: ============================================================================================================ 0430 19:51:21646 :: Abort!!!! any ideea?
  5. Hi guys, Someone know what function is for skill slots on offcial pet system ? I have a little problem with skills, when reach last evolution ( lv 80) unlocked 3 slots every time, and i wanna unlock random 1, 2 or 3 slots Ty
  6. Hello guys I've got a problem with adding points to berserker skill, the + sign is visible but it dosen';t add no points, do you guys have any idea where to look for the possible issue? No errors in sysser client/sv/db
  7. Can anybody god me adapt this function, if the character is warrior, and has body ability P and body ability is active, return false? bool CActorInstance::IsPushing() { return m_PhysicsObject.isBlending(); } Thanks!
  8. Hi guys, i have a problem when i create a new character on sv, i have this visual aura and another's skill's on wrong character and dew up [Hidden Content] [Hidden Content] [Hidden Content] i dont anything on sysser Some ideas pls ?
  9. Hy guys, i have this problem when i try to add a new system on my source game, some1 can give me a idee or solution ? I read a lot of topics and i am out of ideas... SYSERR: Jan 8 10:32:39 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 38, buffer: 37) SYSERR: Jan 8 10:32:46 :: Process: UNKNOWN HEADER: 201, LAST HEADER: 0(0), REMAIN BYTES: 39, fd: 22 Ty
  10. Hy guys ! I have a problem with cube renewal So, First i modify in cuberenewal.cpp/ cuberenewal.h on source game this function iEmptyPos = ch->GetEmptyDragonSoulInventory(pItem into this iEmptyPos = ch->GetEmptyDragonSoulInventory(dwVnum, bSubType, bSize) Bcs i cant compiled, now my server is working but when i try to crafting something is throwing me back to login, All error i have is this SYSERR: Jan 3 14:18:05 :: Process: UNKNOWN HEADER: 174, LAST HEADER: 0(0), REMAIN BYTES: 28, fd: 22 But in my packet.h ( binary and source) i dont have this value ( 174 ) Some ideas? Ty :3
  11. Hi guys I try to add sasii switchbot but i when compile the launcher i get this errors [Hidden Content] Well, i know is undefinited header but how i should define ?
  12. Hi guys I have a question Where i should go to edit this ? [Hidden Content] I tried on tooltip.py but edit just on information on item ... [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.