Jump to content

PiK90

Inactive Member
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by PiK90

  1. As i remember, you can create exp_table or exp_table_common, i don't remember exactly,in player database with two columns, level and exp. I am not sure as i just heard about this from someone, but you can try.
  2. In locale/[country]/loadingwindow.py you have something like this: { "name" : "GageBoard", "type" : "window", "style" : ("ltr",), "x" : float(SCREEN_WIDTH) * 400 / 800.0 - 200, "y" : float(SCREEN_HEIGHT) * 500 / 600.0 , "width" : 400, "height": 80, You can change the coordinates at "x" : and "y" : .
  3. Hi there! I am trying to create a dungeon and i am stucked at the quest. When the player enters the dungeon, a server_timer is started. Both the timer_name.time and the server_timer() functions are in the start state. if s == 1 then pc.setqf("first", 1) set_state(inlair) game.set_event_flag("chaos_running_ch"..get_channel_id(), 1) game.set_event_flag("chaos_ready_ch"..get_channel_id(), get_global_time() + 60) game.set_event_flag("chaos_leader_ch"..get_channel_id(),party.get_leader_pid()) server_timer("chaos_end_timer", 10) pc.warp(80012600, 80007800) end when chaos_end_timer.timer begin notice_in_map("Timpul a expirat!") game.set_event_flag("chaos_running_ch"..get_channel_id(),0) warp_all_in_area_to_area(80000000,80000000,80025500,80025500,964200,964200,964200,964200) end The problem is that the timer refuses to start. I tried to put it everywhere and to call it from other functions. It just refuses to start. Does anybody have an idea about this? I found some topics, but there everyone said to move the timer in start state, but i have already done it. *Note: the 10 seconds timer is for testing purpose.
  4. [Hidden Content] here it is a tutorial to compile client launcher. I have the same problem after i solved a big part of the novaline game warnings and now i have to solve another branch because i do not know how to repair the packets
  5. Use an older version of Virtual Box, it is a known bug for them.
  6. Hi everybody! I am trying to upgrade my client to 40k ( still ), but i get no error using the distribute 40k launcher. After using the debug laungher i got theese errors : [Hidden Content] So my conclusion was that client can't access pack files... any idea how can i solve it?
  7. Hi all! I am in trouble upgrading my client from 34k to 40k. When i upgraded from 2089M to 34k, i had to modify just some files in root folder. But i am not able to solve all the issues this time. If i just paste this launcher, i have a big number of errors from root. I can not just change the client because i have lots of things modified. If i copy launcher and libs from this client (here), my client starts, but no item is displayed in my inventory/shops . I found no tutorial on internet about changes to make client compatible with 40k, but no success... Can anyoane help me, please? PS. Sorry if my English is bad.
×
×
  • 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.