Jump to content

displayjokes

Inactive Member
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by displayjokes

  1. 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..
  2. Hi! 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
  3. i'm still messing around on that files and still not working, would you be able to check the prints i sent, please? :\
  4. cmd_general: print cmd: print cmd (second print): print char: print char (second print): print char H: print char H (second print): print Did it in prints so it's easyer to read and less text on the post, i'm not sure what's wrong there, i've been messing aroud with some of that functions and still not working
  5. In which file is that? uitarget.py? this function?
  6. 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
  7. 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? :\
  8. 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
  9. 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.