Jump to content

Rumor

Banned
  • Posts

    914
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Rumor

  1. This was inspired from the shoutbox :)

     

    To keep the tests fair and consistent here are some rules and mandatory software version numbers:

     

    AS SSD Benchmark 1.7.4739.38088 ( http://www.techspot.com/downloads/6014-as-ssd-benchmark.html )

    3DMark Fire Strike version 1.1 ( http://www.futuremark.com/benchmarks/3dmark#windows )

     

    Instructions are in spoiler!

    1. For AS SSD leave everything checked and set to defaults then click start. Post the screenshot of the results.

     

    whSMKn6.png

     

    2. For 3DMark, since not everyone goes over 1080p but 1080p is a common standard, especially for anyone who's doing benchmarking, all the tests will be run in 1080p. Here's a screenshot of how to set it to 1080p:

     

    mfNAiDQ.jpg

     

    The test we're doing is "Fire Strike". Click "Run" on that test:

     

    Mvhm4RT.jpg

     

    After the test is finished, it will open your browser with a link to your result. Post that link here.

     

     

     

    My AS SSD Benchmark:

     

    uYoRzQx.png

     

    My 3DMark Sky Diver Benchmark: http://www.3dmark.com/3dm/4109662

    • Love 1
  2. First off you need to be using the 32-bit Enigma Protector if you're protecting a metin2 bin because the bin is 32-bit. The 32-bit and 64-bit versions of Enigma aren't for your host OS, but for protecting 32-bit or 64-bit applications.

    Second, maybe you can compare your settings to this or start with this and make the changes you want to make to your own settings: http://metin2dev.org/board/topic/90-howto-client-protection-from-metin2nirvana/

  3. If you want to have an announce button for the couple to use to announce the marriage..

     

    Go to line 316 and add this block:

    when 9011.chat."Wedding announce" with pc.is_married() and marriage.in_my_wedding() begin
            	if pc.getqf("wedding_announce_time") < get_time() then
            		local old_vid = pc.get_vid()
    			local u_vid = marriage.find_married_vid()
    			if u_vid != 0 then
    				pc.select(u_vid)
    				local partner = pc.getname()
    				pc.select(old_vid)
    				notice_all(pc.name.." and "..partner.." invite you to their wedding!")
    				notice_all("Talk to the Old Lady to join the celebration.")
    				pc.setqf("wedding_announce_time", get_time()+60*10)
    				setskin(NOWINDOW)  
    			else
    				say("Your partner is not online!")
    				say("")
    			end
    		else
    			local remaining = pc.getqf("wedding_announce_time") - get_time()
    			say("You can announce again after "..remaining.." seconds.")
    			say("")
    		end
    • Metin2 Dev 1
    • Love 2
×
×
  • 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.