Jump to content

thespeedy

Inactive Member
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by thespeedy

  1.  

    vor 14 Minuten schrieb Fire:
    
    quest npcshop begin
    	state start begin
    
    		when 9001.chat."Potts" begin
    	        npc . open_shop()
    		setskin(NOWINDOW)
    		end
    
    		when 9001.chat."Upp" begin
    	    	npc.open_shop()
    		setskin(NOWINDOW)
    		end
    		
    		when 9001.chat."kommt noch" begin
    	    	npc.open_shop()
    		setskin(NOWINDOW)
    		end
    		
    		when 9003.chat."kommt noch" begin
    	    	npc.open_shop(52)
    		setskin(NOWINDOW)
    		end
    		
    	end
    end

     

    your quest open a shop not the Cube Window

  2. vor 11 Stunden schrieb Saito:

    if it fails, it looses level. :/

    Fix:

    Search:

    if (pkItemScroll->GetValue(0) == HYUNIRON_CHN) // ÇööÀº ¾ÆÀÌÅÛÀÌ ºÎ¼­Á®¾ß ÇÑ´Ù.
                bDestroyWhenFail = true;

    paste under:

    if (pkItemScroll->GetValue(0) == RITUALS_SCROLL)
                bDestroyWhenFail = true;

     

    or switch first in

    if (pkItemScroll->GetValue(0) == HYUNIRON_CHN || pkItemScroll->GetValue(0) == RITUALS_SCROLL) // RITUALS_SCROLL
    			bDestroyWhenFail = true;

     

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