Jump to content

Masuka00

Community
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Masuka00

  1. @Angelix I am using this files ToP I Clean Files v1.36 (2.0)
  2. Please how to fix this problem, it keep announcing portal is open
  3. Hello pkodev member i wanted to know if there is a way to se Chatlogs or something or an addon to see every conversation from players, I think the players of my server is conspiring against me XD, this is only to prevent if they talk about hacking or something Thanks in advance
  4. Change the first one to this function CheckTime ( role ) local now_week= os.date("%w") --check the day from OS clock local now_hour= os.date("%H") --check hour from OS clock now_week= tonumber(now_week) now_hour= tonumber(now_hour) --SystemNotice( role, "day"..now_week.."hour"..now_hour) if now_week >= 6 then if now_hour >= 6 and now_hour < 12 then return LUA_TRUE elseif now_hour >= 18 and now_hour < 24 then return LUA_TRUE end end end
  5. Only one question, how to add secctions like this
  6. yes but on his lines he makes for dark skin texture/ui/xDesign/PublicC.tga i got the same problem until i fix for normal skin
  7. Hello i wanted to know what is the map order to open on each GameServer.cfg i am using pko 1.38 please
  8. Goto GameFolder\scripts\lua\forms find name frmTempBag and find this grdTempBag = UI_CreateCompent( frmTempBag, GOODS_GRID_TYPE, "grdTempBag", 184, 158, 7, 36 ) UI_SetGridSpace( grdTempBag, 4, 4 ) UI_SetGridContent( grdTempBag, 4, 4 ) UI_SetGridUnitSize( grdTempBag, 32, 32 ) UI_SetMargin( grdTempBag, 21, 4, 0, 0 ) PASTE CODE IN THE LAST LINE scrollid = UI_GetScroll( grdTempBag ) UI_SetSize( scrollid, 11, 1 ) UI_LoadImage( scrollid, "texture/ui/PublicC.tga", COMPENT_BACK, 11, 1, 194, 13 ) id = UI_GetScrollObj( scrollid, SCROLL_UP ) UI_LoadButtonImage( id, "texture/ui/PublicC.tga", 11, 9, 166, 0, TRUE ) UI_SetSize( id, 11, 9 ) id = UI_GetScrollObj( scrollid, SCROLL_SCROLL ) UI_LoadImage( id, "texture/ui/PublicC.tga", COMPENT_BACK, 9, 43, 166, 10 ) UI_SetSize( id, 9, 43 ) id = UI_GetScrollObj( scrollid, SCROLL_DOWN ) UI_LoadButtonImage( id, "texture/ui/PublicC.tga", 11, 9, 166, 0, TRUE ) UI_SetSize( id, 11, 9 ) and you will get this, if you wanna se changes make a new char and you will see it
  9. Excuse me, my good sir but were can i find the client, i always used top files but i wanna use pko, and i must use the specific cliente?
  10. Man thanks alot i love you i made a mistake the ip was static lol and i change all is fix now
  11. Hello like the tittle said its posible to remove regions and server list and only enter to the sever game ??
  12. But still dosent work and you didint respond
  13. Hello to all i am using google cloud vps free for 60 days (Info Here) i am using windows 2008 server r2 and installed sql 2008, all the ports are open and i cant still log to the game. Any ideas and thanks in advance..
×
×
  • Create New...