Jump to content

iRETEMAG

Premium
  • Posts

    263
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iRETEMAG

  1. I would like to invert the function on the mob_drop_item Level_limit... It's possbile? Thanks
  2. [Hidden Content] At level 25 I still drop: Group 101 { Level_limit 12 Mob 171 Type limit 1 14 1 0.60 }
  3. I'm very thankfull. I will test later. Football cafe time BENFICA <3
  4. I will test this with Level_limit but... Thank you Good work! I found this too... { Kill_drop 400 What is kill_drop?
  5. Group 101 { Mob 101 Type drop 1 2005 1 0.62 2 2015 1 0.62 3 1005 1 0.62 4 5005 1 0.62 5 5015 1 0.62 6 7005 1 0.62 } I'm on Level 12 and I continue dropping item's... I need to stop this drops at level 11 (10+ levels = stop dropping)
  6. Nice work bro. I loved the map but try to be a little more abstract with the pencil around the water spot's inside and put more tree's around the outside.
  7. 1022 19:18:19345 :: Not a valid .WAV file: sound/pc/shaman/general/¸Â±â1.wav 1022 19:18:19345 :: CSoundManager3D::GetInstance (filename: sound/pc/shaman/general/¸Â±â1.wav) The screen got stocked like a infinite .gif image
  8. I can extract the item_proto to .xml But to pack I have problems. Here is the item_proto and item_proto.xml: [Hidden Content] If someone can pack, I need the software :/ Thanks.
  9. quest horse_call begin state start begin when 50051.use with horse.get_grade()>=1 and horse.get_grade()<=10 begin if pc.is_riding() then horse.unride() elseif pc.is_polymorphed() then syschat("Transformed.") elseif horse.get_grade()==0 then syschat("No horse.") elseif horse.get_grade()>=2 then syschat("Incorrect item.") else horse.ride() end end end end This quest is working to normal horse, but, changing the quest to: quest cavalo_chamar1 begin state start begin when 50052.use with horse.get_grade()>=11 and horse.get_grade()<=20 begin if pc.is_riding() then horse.unride() elseif pc.is_polymorphed() then syschat("Transformed.") elseif horse.get_grade()==0 then syschat("No horse.") elseif horse.get_grade()>=21 then syschat("Incorrect item.") else horse.ride() end end end end The second one don't work correctly... Why?
  10. [Hidden Content] 0 syserr.txt <3 Thank you @VegaS
  11. I just put the (or levelup) to work but... Okay, THX
  12. SYSERR CLIENT: 1017 23:41:06096 :: Unknown Server Command QuestGetMapIndex 65 | QuestGetMapIndex 1017 23:41:06096 :: Unknown Server Command gm_login | gm_login 1017 23:41:06155 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1017 23:41:06214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID 1017 23:45:51181 :: Unknown Server Command QuestGetMapIndex 66 | QuestGetMapIndex 1017 23:45:51181 :: Unknown Server Command gm_login | gm_login 1017 23:45:51202 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1017 23:45:51246 :: Unknown Server Command QuestGetQID 48 | QuestGetQID 1017 23:47:16339 :: Cannot find item by 0 1017 23:47:16586 :: Cannot find item by 0 1017 23:48:48068 :: Unknown Server Command QuestGetMapIndex 660001 | QuestGetMapIndex 1017 23:48:48068 :: Unknown Server Command gm_login | gm_login 1017 23:48:48085 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1017 23:48:48134 :: Unknown Server Command QuestGetQID 48 | QuestGetQID 1017 23:48:54883 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 1017 23:48:57367 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex 1017 23:48:57367 :: Unknown Server Command gm_login | gm_login 1017 23:48:57367 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1017 23:48:57468 :: Unknown Server Command QuestGetQID 48 | QuestGetQID 1017 23:48:59421 :: Traceback (most recent call last): 1017 23:48:59422 :: File "game.py", line 1292, in OnKeyUp 1017 23:48:59423 :: TypeError 1017 23:48:59423 :: : 1017 23:48:59423 :: 'NoneType' object has no attribute '__getitem__' 1017 23:48:59423 :: 1017 23:53:19412 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 1017 23:53:21213 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex 1017 23:53:21213 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1017 23:53:21214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID 1018 00:03:52166 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 1018 00:03:54023 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex 1018 00:03:54023 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage 1018 00:03:54042 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
  13. quest make_sapatos_lv19 begin state start begin when login with pc.level >= 19 begin set_state(information) end end state information begin when letter begin send_letter("Proteger os Pés") end when info or button begin say("Proteger os Pés") say("") say("") say("Precisas de proteger os teus pés?") say("Mata duas Se-Rangs e vais conseguir uma") say("boa recompensa.") say_reward("Mata duas Se-Rangs para conseguires.") say("") pc.setqf("state", 2) q.set_counter("SeRang", 2) end when 393.kill begin local count = pc.getqf("state") - 1 if count <= 2 then pc.setqf("state", count) q.set_counter("SeRang", count) end if count == 0 then say_title("Proteger os Pés") say("") say("") say("Pelo teu esforço vou proteger") say("os teus pés:") say_reward("Sapatos em Madeira+7") say_reward("5.000 Yang") say_reward("150000 Experiência") pc.change_money(5000) pc.give_exp2(150000) pc.give_item2(15047, 1) clear_letter() set_state(__COMPLETE__) end end end state __COMPLETE__ begin end end This quest is not working It's working when I die, why? Why? Thx
  14. Hi people, I know the column drop_item from item_proto is dropping items at the game but this item's it's very hard to drop. How can I change the percentage? Thanks.
  15. SKRILL IS ACCEPTED TOO. UP! 35€ TO GO!
  16. I need to create a user at FreeBSD with access just to a directory: /usr/game/share/locale/ Is that possible? How?
  17. Hi people, i'm trying to edit field1.dds I find in terrain.epk/.eix and at patch1.epk/.eix But I changed both and I can't see the changes at the map. Someone could help? (I almost unpack the entire client)
  18. I need help with this: Here are the queries: <ItemDef Vnum="25040" Name="" LocalizedName="Pergaminho da Bênção" Type="3" SubType="2" Weight="0" Size="1" AntiFlags="0" Flags="0" WearFlags="0" ImmuneFlags="0" Gold="5000" ShopBuyPrice="5000" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" /> <ItemDef Vnum="25041" Name="" LocalizedName="Pedra Mágica" Type="3" SubType="2" Weight="0" Size="1" AntiFlags="106880" Flags="0" WearFlags="0" ImmuneFlags="0" Gold="5000" ShopBuyPrice="5000" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="1" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" />
  19. Hi people! Somethimes my client crash: 1003 17:51:53023 :: Traceback (most recent call last): 1003 17:51:53023 :: File "game.py", line 685, in OnChangePKMode 1003 17:51:53024 :: File "interfaceModule.py", line 803, in OnChangePKMode 1003 17:51:53024 :: File "uiCharacter.py", line 563, in RefreshAlignment 1003 17:51:53025 :: TypeError 1003 17:51:53025 :: : 1003 17:51:53025 :: __pack_import() takes at most 4 arguments (5 given) 1003 17:51:53025 ::
  20. I deleted and now is Shared object "libjasper.so.4" not found, required by "libIL.so.2" LOL?
  21. /usr/local/lib/libjasper.so.4: unsupported file layout Someone???
×
×
  • 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.