Jump to content

displayjokes

Inactive Member
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by displayjokes

  1. 9 hours ago, WeedHex said:

    0922 15:12:15378 :: 'GameWindow' object has no attribute 'BINARY_Update_Target'
     

    ...

    I've done ALL Again, installed files, source, and cliente from the downloaded folder. Changed the source as it was so the source code is the same, now i got:

    Client syserr: Clean

    Channel Syserr:

    Core 1: https://pastebin.com/raw/iYsSXD1T

    Core 2: Still the same, need to fix mobs spawn nothing special.. https://pastebin.com/raw/Kb2p8Va9

    Channel 99: https://pastebin.com/raw/LPYmEtPr

    Auth: https://pastebin.com/raw/MTUAV4Z1

    db: https://pastebin.com/raw/YKtaEZBe

    i believe i know where the db errors come from but the group invite still unknown ..

     

    It is from Nirvana Files V3 ~ 1.8 if that helps >.<

     

    I'll give you my kidney to solve this hehe

  2. 11 minutes ago, WeedHex said:

    0922 15:12:15378 :: 'GameWindow' object has no attribute 'BINARY_Update_Target'
     

    ...

    i'm new at this, i'm not sure what that means and can't find on google :\

     

    I tested with files and client "Clean" and source changed, syserr come clean

     

    Only gives that error of data too long..

  3. Hi!

    15 hours ago, WeedHex said:

    Prints seems ok, I need that you explain better about the issue...

    You told "Nothing happens", i dont like that. I want to know at least some info...

     

    Connect 2 char, put one in front of other, and then send the party request.

    Go in the other char and accept.  Nothing happen? are you sure???

    Let's see in the chat if you read "unknow command" in both char.

    Let's check on client syserr.txt and  syserr from core sides every side.

    Let we know!

    So, i pressed invite on both characters, both level 50 here's what happened (nothing, literally): print

    in syserr surprisingly i got this error (i didn't before) the error is appearing multiple times per second: print: print

    code of the error:

    0922 15:12:15378 :: Traceback (most recent call last):

    0922 15:12:15378 ::   File "game.py", line 1609, in OnUpdate

    0922 15:12:15378 :: AttributeError
    0922 15:12:15378 :: :
    0922 15:12:15378 :: 'GameWindow' object has no attribute 'BINARY_Update_Target'
    0922 15:12:15378 ::

     

    Syserr core 1: pastebin Link

    Syserr core 2 only have logs from my tests last night, have nothing more: like this

    Channel 99 Syserr: pastebin Link

    DB syserr only has some fails on inserting data on it..

    Auth Syserr: pastebin Link

  4. Hey, so i'm using nirvana files, if it helps,  and whenever i try to invite someone to my group, nothing happens..

    Syserrs are clean, no errors.

    I had the same problem with duel but i could fix by removing on if condition, so i was wondering in which files are the group functions, invites/accepts/declines/... so i could try and fix it.

    Any help is appreciated!

    Thank you

  5. 40 minutes ago, displayjokes said:

    This is the part of the function to use the mounts:

    
    elseif menu_choice == 4 then
    				say_title("Mount?")
    				local mount_choice = select("WhiteLion", "Black Lion")
    				
    				if mount_choice == 1 then
    					pc.mount( 20114, 600 )
    				elseif mount_choice == 2 then
    					pc.mount( 20115, 600 )
    				else
    					return
    				end
    			else
    				return
    			end

     

    Solved, found the file on questlua_pc > on this function: int pc_mount(lua_State* L)

     

    Now have another problem, when press ctrl+g it wont let me out of the mount, anyone knows this fix? :\

  6. 2 minutes ago, WeedHex said:

    Show the function lol

    This is the part of the function to use the mounts:

    elseif menu_choice == 4 then
    				say_title("Mount?")
    				local mount_choice = select("WhiteLion", "Black Lion")
    				
    				if mount_choice == 1 then
    					pc.mount( 20114, 600 )
    				elseif mount_choice == 2 then
    					pc.mount( 20115, 600 )
    				else
    					return
    				end
    			else
    				return
    			end

     

  7. Hi!

    So i was messing with nirvana files and i got stuck on a bug where i've added a quest to only GMs to pick a mount, whenever i pick a mount it is supost to do "pc.mount()" and yey i'm riding the mount.

    I have tested it on other server files, it works.

    I'm now having problems with the pc.mount() functions that is not working/is diabled.. ( i've looked to the source over a day and i'm stuck at this point )

    I had the same problem with the horse, i couldn't even call it, even when it was a success call, and i fixed it on the source. But i can't find where it can be bugged the pc.mount function.

     

    Any help is much appreciated.

    Thank you

×
×
  • 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.