Jump to content

avertuss

Inactive Member
  • Posts

    480
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by avertuss

  1. Hi. I have

    Group Metin_75
    {
    	Type	drop
    	Mob	8036
    	1	30250	1	100
    	2	35419	1	5
    	3	71090	1	5
    	4	71093	1	5
    	5	17050	1	15
    	6	30370	1	15
    	7	30371	1	15
    	8	30372	1	15
    	9	51500	1	25
    	10	71060	1	30
    	11	71061	1	30
    	12	34050	1	70
    }

    but problem is that i have 100% for drop but it doesn't drop everytime + i have second question, how can i make that:

    mob level: 150
    player level: 175

    and player who have +- 25 lvl from boss will get the same chance for drop. I mean that player for example with 170 lvl will get drop chance for item as player with 150 lvl. 

  2. Hi. I want to make list with item which character has. I have

    quest test begin
    	state start begin
    		when 20016.chat."Test" begin
    			smn()
    			say("wanna check ID?")
    			local s = select("Yes", "No")
    			if s == 1 then
    				smn()
    				say("ID:")
    				local id = tonumber(input())
    				if id != 0 and id != nil and id != null and string.len(id) < 7 then
    					local res1, res2 = game.query("SELECT name, level, exp FROM player.player WHERE id='"..id.."'");
    					smn()
    					for num1, str1 in ipairs(res2) do
    						say_reward(num1.."\t"..str1.name.."\t"..str1.level.."\t"..str1.exp)
    					end
    				end
    			end
    		end
    	end
    end

    How to make that after show 10 records i will see in quest "Continue" button(wait() function in quest)?

  3. Hi, someone can tell me how to add animated sash? I tried add them like animated costume weapon

    OXOJTRn.png

     

    + playersettingmodule

    chrmgr.RegisterEffect(chrmgr.EFFECT_REFINED+118, "Bip01", "D:/ymir work/acce/orim_acce_slash_eff_10.mse")

    but it doesn't work. Any ideas? 

  4. Version of Files : source

    Hello. I noticed that i have random unknown packet header error like 

    Unknown packet header: 144, last: 76 16

     

    What does it exactly mean? How can i find where is the problem. I checked packet.h client/server and i didn't noticed differcences. Can someone explain me how can i fix that random crashes? 

  5. 6 minutes ago, joshi said:

    Yes cuz first remove extern and if u haven't extern in the solution then add extern.

    I didn't had extern folders linked in vc++ directories. I just added them now, try rebuild solution and the same error. Idk why if before format source was good. Maybe something missing in vs or idk. 

     

     

    ///FIXED

     

    JUST ADDED legacy_stdio_definitions.lib in linker option. xD

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