Jump to content

Creo

Inactive Member
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Creo

  1. SYSERR: Jul  9 21:19:38 :: Process: SEQUENCE 3380e000 mismatch 0xaf != 0x64 header 254
    SYSERR: Jul  9 21:19:38 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Jul  9 19:07:14 :: socket_accept: accept: Software caused connection abort (fd 12)
    SYSERR: Jul  9 20:02:40 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

    only this in syserr

    On 8.07.2016 at 2:28 PM, arves100 said:

    syserr?

     

  2. On 4.05.2016 at 9:10 PM, ZenkoKXO. said:

    Do you mean the player gets two times the same item or two differents?

    In the case 'he gets two differents' : you should change your quest to this one:

    
    quest costume begin
    	state start begin
    		when login begin
    			if pc.get_sex() == 0 then
    				if pc.get_empire() == 2 then
    					pc.give_item2(41023,1)
    				else
    					pc.give_item2(41024,1)
    				end
    			elseif pc.get_sex() == 1 then
    				if pc.get_empire() == 1 then
    					pc.give_item2(41001,1)
    				else
    					pc.give_item2(41002,1)
    				end
    			end
    			set_state(shautia)
    		end
    	end
    	state shautia begin
    	end
    end

     

    In the case 'he gets two times the same' : you have to edit your sources, precisely the 'when login' trigger. Are you using sources?

    yep

×
×
  • 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.