Jump to content

ѕeмa™

Member
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by ѕeмa™

  1. Im not administrator and i can see the same error.
  2. http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/2474053-opensource-patcher-v2-hanashi.html
  3. mysql too old $conex = new mysqli(IP, USER, PWD); $time = mysqli_fetch_array(mysqli_query($conex, "select create_time from account.account where id =whatever limit 1;"))["create_time"]; echo $time; Search in google its the fastest way to get whatever you need, dont ask for help, try to do yourself or search the information.
  4. but as u can see in my image, i dont have full screen, that fix will work for alt+tab too?
  5. Is this what u mean? right click, alt+tab change window and try to move the mouse .
  6. self.isShowDebugInfo is just a variable to show or hide the frames per second, etc... nothing more. If you put as my image in False you wont see the fps but if you put True, you will see it.
  7. You dont need touch the source, just game.py self.isShowDebugInfo = FALSE
  8. Hello, i have a problem when i try load a texture. Here i add the texture :
  9. Hi, im looking for a website like [Hidden Content] or a script to load 3d model (granny), i cant found anything to load 3d granny models. Is there any app or something to show 3d granny models (html, js, ...)??? Or any converter (gr2 to another format) and this other format to upload in a website like sketchfab? I hope someone can help me, thanks.
  10. the window doesnt close properly. Probably the ui.Window still there.
  11. I attach my signature, im not a professional designer, but i did my best. I didnt understand that about "Winter", but here it is. Size: 600x300 Here a image of the "¿.psd?" file. I hope more people try do this, i cant do something better because i dont know, but i want see great designs here!
  12. Hello, i have problems when i try to create new maps. Some parts are black because the program cant render it, I use the Marty map creator. I hope someone can help me. Thanks.
  13. Hello guys, i have one problem when i load txt files using event module. I will left a gif here The problem is, when u click in next page the text will move down, and this shouldnt happen. I was looking for 1h and i cant find any solution. Someone know how to fix it? I will left here the code. [Hidden Content] class DescriptionBox(ui.Window): def __init__(self): ui.Window.__init__(self) self.descIndex = 0 def __del__(self): ui.Window.__del__(self) def SetIndex(self, index): self.descIndex = index def OnRender(self): event.RenderEventSet(self.descIndex) self.descriptionBox = self.DescriptionBox() self.descriptionBox.Show() def PrevDescriptionPage(self): if event.IsWait(self.descIndex) == TRUE: if event.GetVisibleStartLine(self.descIndex)-14 >= 0: event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)-14) event.Skip(self.descIndex) else: event.Skip(self.descIndex) def NextDescriptionPage(self): if TRUE == event.IsWait(self.descIndex): event.SetVisibleStartLine(self.descIndex, event.GetVisibleStartLine(self.descIndex)+14) event.Skip(self.descIndex) else: event.Skip(self.descIndex) def OnUpdate(self): chr.Update() (xposEventSet, yposEventSet) = self.textBoard.GetGlobalPosition() event.UpdateEventSet(self.descIndex, xposEventSet+7, -(yposEventSet+7)) self.descriptionBox.SetIndex(self.descIndex)
  14. you can try use base64, but its easy get it anyway.
  15. I dont understand why you donwloaded the original video, edit the intro and upload it to your channel .... Here the original video:
  16. i think the problem is not the interface, try updating your graphic card drivers
  17. Thanks. I dont know how to solve it but i will check libmysqlclient from others src.
  18. Sure In the spoiler the full file, or here to download: [Hidden Content]
  19. Hi guys, i have this code in the db.core Someone know what mean this error? I can see something like dbmanager.cpp on line 172, locale in db (common) but i dont know why the .core appear (the server do not crash) and i want fix it. Thanks.
  20. Put a qf when u click the item pet with the vnum ex; local mob_vnum = pet_info[1] <-- here vnum of pet. pc.setqf("pet_vnum", mob_vnum) And other qf when is summon = 1 and unssummon = 0 when login with pc.getqf("pet_summon") == 1 begin pet.summon(pc.getqf("pet_vnum"), ......) end its just an example, but you can do easy if you play with the qf's. Good luck.
  21. Si tu crees que nosotros entendemos eso, aquí te dejo mi respuesta: escribe en ingles, no solo en tu post, en todos.
×
×
  • 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.