Jump to content

blanco

Member
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by blanco

  1. Hello! I added some items on my website's itemshop to see if they appear in my in-game inventory when I buy them directly from the site. Now here's the problem: when I buy any kind of costume/weapon skin/ pet, it shows it in my itemshop deposit only for 1 second and then it dissapears, but when I buy level 1 swords, everything is alright. Here's a video with my problem: Can you please help me? Ty
  2. Hello! I noticed I can't hear any music in game, and I get this error in client syserr: 0830 09:18:45240 :: Traceback (most recent call last): 0830 09:18:45241 :: File "ui.py", line 1073, in OnMove 0830 09:18:45241 :: File "ui.py", line 87, in __call__ 0830 09:18:45241 :: File "ui.py", line 69, in __call__ 0830 09:18:45241 :: File "ui.py", line 2128, in __OnMove 0830 09:18:45241 :: File "ui.py", line 87, in __call__ 0830 09:18:45241 :: File "ui.py", line 69, in __call__ 0830 09:18:45241 :: File "uiSystemOption.py", line 208, in OnChangeMusicVolume 0830 09:18:45241 :: AttributeError 0830 09:18:45241 :: : 0830 09:18:45241 :: 'module' object has no attribute 'SetMusicVolume' 0830 09:18:45241 :: How can I fix it?
  3. SOLVED! When I search for ±ÍȯºÎ with notepad++ there are no results. When I search for ±ÍȯºÎ with the default notepad, I find it. lol
  4. I don't have source, I'm working on 34k. :^/
  5. Hello! I have recently made a lot of changes in item_proto, and now I get this error in my CH - core 1 syserr: SYSERR: Jul 31 22:43:07 :: pid_init: Start of pid: 886 SYSERR: Jul 31 22:43:10 :: ReadCommonDropItemFile: No such an item (name: ±ÍȯºÎ) SYSERR: Jul 31 22:43:10 :: Boot: cannot load CommonDropItem: locale/romania/common_drop_item.txt SYSERR: Jul 31 22:43:10 :: pid_deinit: End of pid I don't understand what's wrong, because when I search in common_drop_item.txt there is nothing with the name ±ÍȯºÎ . Help me please
  6. I tried with import event, if you read that. I don't know how to rewrite it in a different way. Can you please help me? I dont know how to make it so when I press the itemshop button it reads my quest.
  7. I did, but when I press the button, still nothing happens..
  8. Hello! I have recently tried to change the itemshop button in the inventory so that when you press it, it teleports you to map 1. What I did is: I changed this line in root, in uiinventory.py: def ClickMallButton(self): With: def ClickMallButton(self): import event event.QuestButtonClick(69) After which I created a quest with the name "cock", which is number 69 in quest_list, that's what that (69) is in the upper code. It contains the following: quest cock begin state start begin when button or info begin local e = pc.get_empire() if e==1 then pc.warp(473900, 954600) elseif e==2 then pc.warp(63200, 166700) elseif e==3 then pc.warp(959600, 269700) end end end end I activate the quest in PuTTY, i don't get any errors, i do /reload q in game, but when I press the itemshop button nothing happens. Can you please tell me how can I make it work?
×
×
  • 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.