Jump to content

DerKanacke

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DerKanacke

  1. Hello.

    I have edited my common drop, but i dont drop the item..

    I've tried it with 50% drop but nothing.. 

     

     

    The item:

    1	99	50.0012	53599	20000	

     

    My common_drop_item:

    									75	120	0.00125	15086	320000		75	120	0.00125	15086	320000
    									75	120	0.0024	15223	166666		75	120	0.0024	15223	166666
    									75	120	0.00125	15224	320000		75	120	0.00125	15224	320000
    									75	120	0.0024	16065	166666		75	120	0.0024	16065	166666
    									75	120	0.00125	16066	320000		75	120	0.00125	16066	320000
    									1	99	50.0012	53599	20000	
    

     

    Cheers

  2. Hi. Ive written an Quest but its dont working. 

    If i Compile my Quests i get error:

     

    "Error occured on compile snachricht.quest"

    Quest:

    quest firstlogin begin
    	state start begin
    		when login begin
    			local name = pc.get_name()
    			local servername = "Supraya2"
    			notice_all(string.format("Wir begrüßen %s auf %s", name, servername))
    			say_title("Starterset")
    			say("Herzlich Willkommen auf Supraya2!")
    			say("Hier erwarten dich viele neue Quests,")
    			say("Einzigartige Features und ein nettes Team!")
    			say("Um mehr zu erfahren, kannst du dir unser")
    			say("Wiki angucken! Klick auf den 'Wiki' Button")
    			say("Auf unserer Homepage! Supraya2.de")
    			say("    ")
    			say("Hotkeys: SB: F5, Warp: F6, DR: F7, Slot: F8, Craft:F9")
    			set_state(_COMPLETE_)
    		end
    	end
    	state _COMPLETE_ begin
    end

     

    Cheers! :)

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