Jump to content

Avertus

Inactive Member
  • Posts

    102
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Avertus

  1. Could you show an example? I don't know too much c ++.
  2. Hi, how to add the channel in the global chat? example: [CH1][Jinno]Nick: text
  3. Hi, i have problem with ch: SYSERR: Dec 22 12:15:20.978122 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1 SYSERR: Dec 22 12:15:22.447772 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 22 12:15:27.497570 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1 SYSERR: Dec 22 12:15:31.287669 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1 SYSERR: Dec 22 12:15:32.18257 :: Process: SEQUENCE 3a6a5000 mismatch 0xaf != 0x64 header 254 SYSERR: Dec 22 12:15:32.18278 :: Process: SEQUENCE_LOG [UNKNOWN]------------- [254 : 0xaf] SYSERR: Dec 22 12:15:34.987584 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1 SYSERR: Dec 22 12:15:36.398713 :: SetDungeon: xDlugix is trying to reassigning dungeon (current 0x38e63400, new party 0x38e63400) SYSERR: Dec 22 12:15:36.438673 :: SetDungeon: Slience is trying to reassigning dungeon (current 0x38e63400, new party 0x38e63400) SYSERR: Dec 22 12:15:39.479861 :: Analyze: Handshake phase does not handle packet 66 (fd 113) SYSERR: Dec 22 12:16:00.543545 :: pid_init: Start of pid: 47960 Any ideas?
  4. Hi, can you write function to source, which block upgrade, trade and drop item?
  5. Hi, how to add level in trade window?
  6. Hi, How do I add these two additional slots in ekwpiunku for example . Mounts etc. in source? [Hidden Content]
  7. Hello, what and how you need to add the files to have a new slot in the style of shoes and so on. Can you tell me?
  8. Have you this function? item.attr_type item.attr_value
  9. How to increase attack speed limit ? When the beats too fast it logs out . Be somewhere in the source to increase this limit ?
  10. Hi, has anyone can function that must be added to the source to run the storage?
  11. That's right , this feature is already built but still can't add items to the warehouse guild. Syslog: Oct 9 18:04:56.721743 :: QUEST ScriptButton pid 29 idx 123 Oct 9 18:04:56.881652 :: QUEST InputString pid 29 msg MOVE_ITEM#INVENTORY#7#59#0 SYSERR: Oct 9 18:04:56.881856 :: RunState: LUA_ERROR: locale/germany/quest/object/state/guildstorage:150: attempt to index field `item' (a nil value) SYSERR: Oct 9 18:04:56.881869 :: WriteRunningStateToSyserr: LUA_ERROR: quest guildstorage.start click Oct 9 18:04:57.561662 :: QUEST ScriptButton pid 29 idx 123 Oct 9 18:04:57.721686 :: QUEST InputString pid 29 msg CLOSE# In quest i edited only item2.set_attr to item.set_attribute and item2.get_attr to item.get_attribute because I added myself these features and probably work the same
  12. These functions have but to store the guild needed Pc.give_item2_select
  13. Hi, I'm looking for the source function pc.give_item2_select. Have you? The source lib from imer don't have it.
  14. Don't work quest oxinvi begin state start begin when login with pc.get_map_index() == 113 begin pc.setqf("inv", 1) pc.make_invisible(60*60*24) -- on inv syschat("On inv ") end end end [Hidden Content]
  15. I 'd do it for this function + qf in quest: when login with pc.get_map_index() == 113 begin pc.setqf("inv", 1) pc.make_invisible() -- on inv end when login and pc.getqf("inv") == 1 begin pc.setqf("inv", 0) pc.make_invisible() --- of inv end I'm sorry , I forgot to edit and added a new post.
  16. Well, yes, but then after leaving the ox will continue invisible , right?
  17. And well, not looked . But I don't really have an idea what value to enter . I don't know how many ox will last .
×
×
  • 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.