Jump to content

Krixius

Inactive Member
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Krixius

  1. your key of the packer (LZO), its incorrect, or your binary have the LZO changed. check it. Regards Akroma
  2. Hi dev, actually im trying to add a new portal. I have a question about that: the cordinates in the .txt file are like warp or like the minimap coords? And, why when i across it, i don't warp to any map. Regards Akroma
  3. the result its all time the same. if im level 40: sorry you aren't level 50 - 80 if im level 55: sorry you aren't level 50-80. So imo thats not run properly. Any ideas¿? Regards Akroma
  4. don't run, now they say im not the level and im in the range 50 - 80.
  5. Hi dev, actually im trying to put a range of lv in a party: Like min lv 20 max lv 25. i do this: if not party.is_party() then say("Sorry, you need party for enter in the dungeon") return end local pids = {party.get_member_pids()} local notEnoughLevelMembers = {} local levelCheck = true for i, pid in next, pids, nil do q.begin_other_pc_block(pid) if pc.get_level() >= 80 and pc.get_level() <= 50 then table.insert(notEnoughLevelMembers, pc.get_name()) levelCheck = false end q.end_other_pc_block() end if not levelCheck then say_title(mob_name(20030)) say("Sorry, the next members don't are in the range of lv") for i, name in next, notEnoughLevelMembers, nil do say(" "..name) end return end if party.is_leader() then say("You are the leader") else say("You aren't the leader") end But the result is : Any idea?
  6. Translate the guide to english lol. PD: Works. Regards Akroma
  7. Hi metin2dev. today im trying to add the new skills from GF, but i don't know if i need to edit the source, and if its posible, if u can give me the files of the skills (i don't found it). Regards Akroma
  8. Hi dev, actually im trying to block the create character on x empire, only with game, and i don't know if this is posible. If its posible, how can i do, and how can i add a config option like: BLOCK_EMPIRE: 1 / 2 / 3 --> number of kingdom. Regards
  9. bump. martysama helps me for create the function, but now i have a error. Any idea?
  10. Hi mates. Actually im trying to do the same that mob.spawn(), but with a new argument for the map. Like this: mob.spawn_in_map(114, 20300, 200,200,1) anyone can help me with this?. Regards Akroma
  11. i need to check, & and say this, not only to say. how can i check if my exptable its in locale/common? Example: If exptable.txt is in locale/common: Game starts. and under line of LocaleService, a new line called: ExpTable: locale/common/exptable.txt Loaded if exptable.txt isn't in locale/common Game don't start. Regards
  12. Hi dev, actually im trying to check if its posible when i start the game. put a new line under LocaleService, for check if exptable.txt its in the correct site. If it is, the game start. If it isn't the game don't start, and say you a error on the freebsd. Any idea? My exptable is in locale/common/exptable.txt Regards Akroma
  13. so, ok this is the error. What i do for fix it¿?
  14. sysser DB: SYSERR: Feb 10 15:46:08.502293 :: pid_init: Start of pid: 756 SYSERR: Feb 10 15:46:08.502353 :: Start: TABLE_POSTFIX not configured use default SYSERR: Feb 10 15:46:09.288659 :: Load: DirectQuery failed(SELECT login FROM block_exception) SYSERR: Feb 10 15:46:10.659662 :: socket_accept: accept: Software caused connection abort (fd 19) SYSERR: Feb 10 15:46:12.961767 :: Process: FDWATCH: peer null in event: ident 20 SYSERR: Feb 10 15:46:14.862247 :: Process: FDWATCH: peer null in event: ident 20 SYSERR: Feb 10 15:46:16.757013 :: socket_accept: accept: Software caused connection abort (fd 19) Syser CH1: SYSERR: Feb 9 20:52:19.777636 :: pid_init: Start of pid: 793 SYSERR: Feb 10 15:04:08.978277 :: pid_init: Start of pid: 64370 SYSERR: Feb 10 15:07:05.60268 :: pid_init: Start of pid: 64470 SYSERR: Feb 10 15:09:07.937458 :: pid_init: Start of pid: 802 SYSERR: Feb 10 15:35:14.887571 :: pid_init: Start of pid: 805 SYSERR: Feb 10 15:46:12.579067 :: pid_init: Start of pid: 789 Any idea?
  15. I have this problem, and i don't know how to fix it. SYSERR: Feb 10 15:04:08.978277 :: pid_init: Start of pid: 64370 SYSERR: Feb 10 15:07:05.60268 :: pid_init: Start of pid: 64470 SYSERR: Feb 10 15:09:07.937458 :: pid_init: Start of pid: 802 My server doesn't start. Any idea for fix it?
  16. share the src of the binary please. Regards Akroma
×
×
  • 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.