Jump to content

Recommended Posts

  • Bronze

I think you don't have the special_ride group in special_item_group.txt

Group	µ¿¹°_»óÀÚ_ijœÃ
{
	Vnum	10030
	1	71115	1	1	
	2	71117	1	1	
	3	71119	1	1	
	4	71121	1	1	
	5	71124	1	1	
	6	71125	1	1	
	7	71126	1	1	
	8	71127	1	1	
	9	71128	1	1	
	10	71131	1	1	
	11	71132	1	1	
	12	71133	1	1	
	13	71134	1	1	
	14	71164	1	1
}

(it's from the r34083 SF)

  • Love 1
Link to comment
Share on other sites

I have that on special item that works only if you are not teleporter to another map

EDIT: this is the when login  

 

        when login begin
            local vnum, remain_time = pc.get_special_ride_vnum()

            if 0 != vnum then
                ride.Ride(vnum, remain_time)
            end
        end

I need something when login to put the item in the invetory

Link to comment
Share on other sites

  • 5 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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