Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Necro

  1. Hi all, today i have problem with 40k core and bin, i am not sure if this fold is by core or binary. When i use teleport into the other map except a1 client is crashing and client syserr write me this: 1121 22:56:21188 :: MapOutdoor::BuildQuadTree : m_wPatchCount is zero, you must call ConvertPatchSplat before call this method. in server is clear Any idea how to fix it, thank you!
  2. Just add to the questlib.lua function getinput
  3. Thank you all, now its working. Problem was in my extern D: disk client choose like first him
  4. But this situation is just when i change binary so where i can fix or rewrite function where choose old texture...
  5. Hi where in binary i can change the old desing on new, because when i compiled bin in game have old texture and old tree..
  6. i am using dump_proto so when in server in item_proto is 0 i think that in client will be too, but here is problem, when in item_proto is 0 item still show 7day remain...
  7. Still dont work time is still 7 days, how can i fix it?
  8. but in item_proto i have only 0 52001 ĽŇČŻŔÇ ĆĐ ITEM_QUEST 0 1 ANTI_DROP | ANTI_SELL | ANTI_GIVE | ANTI_STACK | ANTI_MYSHOP NONE NONE NONE 0 0 0 0 0 REAL_TIME 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 1 0 0 0 0 0 0 0 0
  9. Hi, i have a little question about remain time in ride quest... i have in this line time for one year: [52001] = { 20201, 60*60*24*365, apply.APPLY_NONE, 0, 0, false, true }, but in-game i see time only for 7 days, where i can change it? Because i cant find in item_proto anything.
  10. Wow now its work fine You are the best, just the last question how to modified this: local nastavit_mince = mysql_query("UPDATE account.account SET coins ='"..(coins.coins[1]-items[slot][3]).."' WHERE name ='"..pc.get_account_id().."' LIMIT 1") Because system isnt subtract coins so i have still same count of coins..? /Solved - WHERE name -> WHERE id
  11. Thanks for that, next is here: SYSERR: Nov 15 21:30:08 :: RunState: LUA_ERROR: [string "achievement_rivalia"]:10: attempt to compare number with table WITH ERRORCODE 1 SYSERR: Nov 15 21:30:08 :: RunState: LUA_STATE: index 0 ref 3 SYSERR: Nov 15 21:30:08 :: WriteRunningStateToSyserr: LUA_ERROR: quest achievement_rivalia.start click
  12. Hi, i try modified quest for Shop with the new currency but When i click on item in NPC shop it dont work and item cant buy. Sysser and syslog write me this: Nov 15 20:27:46 :: QUEST ScriptButton pid 4 idx 0 SYSERR: Nov 15 20:27:50 :: RunState: LUA_ERROR: [string "achievement_rivalia"]:2: attempt to concatenate local `coins' (a table value) WITH ERRORCODE 1 SYSERR: Nov 15 20:27:50 :: RunState: LUA_STATE: index 0 ref 3 SYSERR: Nov 15 20:27:50 :: WriteRunningStateToSyserr: LUA_ERROR: quest achievement_rivalia.start click Quest look like: quest achievement_rivalia begin state start begin ---------------------------------------------------------------------------------------------------- -- SKLEP -- ---------------------------------------------------------------------------------------------------- when 20095.chat."Sklep" begin cmdchat("SetIsNpc") npc.open_shop(16) setskin(NOWINDOW) cmdchat("SetPrice 200|200|200|200|200|0|0|100|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0") end when login begin loop_timer("casovac", 10) end when casovac.timer begin local coins = mysql_query("SELECT coins from account.account WHERE id="..pc.get_account_id().." LIMIT 1;") cmdchat("setPP "..coins) cmdchat("SetQuestIndex "..q.getcurrentquestindex()) end when button or info begin local items = { [0]={71124, 1, 200}, [1]={71125, 1, 200}, [2]={71126, 1, 200}, [3]={71127, 1, 200}, [4]={71128, 1, 200}, } local slot = tonumber(achievement_rivalia.GetInput("GetInput")) local coins = mysql_query("SELECT coins from account.account WHERE id="..pc.get_account_id().." LIMIT 1;") if coins >= items[slot][3] then local nastavit_mince = mysql_query("UPDATE account.account SET coins ='"..(coins.coins[1]-items[slot][3]).."' WHERE name ='"..pc.get_account_id().."' LIMIT 1") cmdchat("setPP "..coins) pc.give_item2(items[slot][1], items[slot][2]) else cmdchat("NieMamPP") end end function GetInput(value) cmdchat("GetInputStart") local ret = input(cmdchat(value)) cmdchat("GetInputStop") return ret end end end Any idea how to fix it? Thanks
  13. Any solution here? i have too this problem: 'NoneType' object has no attribute 'SetToolTipText'
  14. Sorry for spam already solved - problem was in text which was defined function
  15. Hi guys, i find quest for teleport player to player, but here is little problem. This quest use function - getinput: quest teleport_to_player_block begin state start begin when login begin cmdchat("teleportacja_block "..q.getcurrentquestindex()) end when button or info begin if get_time() < pc.getqf("duration_block") then return end sname = getinput("getinput") local is_blocked = pc.getf("teleport_to_player_block", sname) if is_blocked == 1 then pc.setf("teleport_to_player_block", sname, 0) syschat("Gracz: "..sname.." został Odblokowany.") elseif is_blocked == 0 then pc.setf("teleport_to_player_block", sname, 1) syschat("Gracz: "..sname.." został Zablokowany.") end pc.setqf("duration_block",get_time()+1*3*1) end end end and in-game look like this: I need that this side of quest will be automatic close, is here some function for that? Thanks for every idea..
  16. Hi guys, i have problem. I need function which show me 1 from 10 names. parex. - with number it is local numbers = number(1, 9) and system choose one number of them but i need this with words so something like local names = name(dog, dog1, dog2, dog3, dog4) and system choose one of them. Any ideas?
  17. Hi, today my sysser write me this: ChildLoop: AsyncSQL: query failed: Duplicate entry '12:59:31' for key 'PRIMARY' (query: INSERT INTO quest_reward_log VALUES('lagrida_zacatecnicky_quest',2827,1,2,1421178000,0,NOW()) errno: 1062) Its possible change time in mysql for being it ok?
  18. Hi all, i have problem i try so much item proto crypter, but still dont working for me, i am using Client__by_[DEV]Games and syserr write me this: 1101 09:14:21585 :: CPythonItem::LoadItemTable: invalid item_proto[locale/ro/item_proto] STRIDE[152] != sizeof(SItemTable) 1101 09:14:21586 :: LoadLocaleData - LoadItemProto(locale/ro/item_proto) Error 1101 09:14:40766 :: CPythonPlayer::SetItemData(window_type : 5, dwSlotIndex=930, itemIndex=164461) - Failed to item data 1101 09:15:01568 :: game.py(line:220) Open game.py(line:631) StartGame game.py(line:783) RefreshCharacter interfaceModule.py(line:573) RefreshCharacter uiCharacter.py(line:1113) RefreshCharacter uiCharacter.py(line:1158) __SetSkillSlotData uiCharacter.py(line:855) RefreshSkill uiCharacter.py(line:830) __RefreshSkillPage GameWindow.Open - :skill.GetSkillType - Failed to find skill by 46 1101 09:15:01568 :: ============================================================================================================ 1101 09:15:01568 :: Abort!!!! Any idea where i can find working Item_proto_crypter?
  19. Aha tak to sorry Pokud to dělá jen u šamíka, na tom videu to vypadalo dost jako zalagováním
  20. Docela jednoduchý prostě se to přetíží z toho, jak tam máš, aby při každým mobovy napsalo že si zabil...
  21. Or client has problem read this pack maybe you try put this texture to the other pack.
×
×
  • 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.