Jump to content
  • 0

Done thanks you :)


Dramosith

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   2
  • Joined:  10/17/12
  • Last Seen:  

Hi Folks, and friend

Event Xmas

need equip? = accesory ring(Xmas Ring)

where map? = xmas_dun01,xmas_dun02

Which monster ? = Cruiser,Myst Case

Which items drop?(Custom item) = Ticket Xmas(40003),Box Xmas(40004) and Event ticket(40005)

Explain How works (story)

[Wearing Xmas Ring]

if you wear Xmas Ring(accesory),you kill mobs when you can getting items Ticket/Box/ Xmas, Event Ticket from mobs: Myst Case/Cruiser ONLY in map Xmas_dun01,Xmas_dun2)

[No wearing Xmas Ring]

If you dont wearing Xmas Ring(Accesory) and kill mobs those Myst Case/Cruiser then you get nothings drops from mobs Cruiser,Myst Case(only very rare like Myst Case:Ticket Xmas 0,01% chance drop,Box Xmas 0,10%.

X = With Xmas Ring

O = without Xmas Ring

1248.gif

Mob:Cruiser

Drop list

Ticket Xmas(O= 0,00%/ X= 0,50% drop chance)

Event Ticket(O= 0,00%/ X= 0,05% drop chance)

1743.gif

Mob:Myst Case

Drop list

Ticket Xmas(O= 0,01%/ X= 5,50% drop chance)

Event Ticket(O= 0,00% X= 2,50% drop chance)

Box Xmas (O= 0,10%/ X= 3,00% drop chance)

could someone for me create those script? :) please and thank you

Dramosith,

Sorry if my english isnt very well. but if you dont understand then please tell me ;) i have no problem with repeat.

Update, More Explain,

Edited by Dramosith
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

- script xmas_event -1,{
OnNPCKillEvent:
if(killedrid != 1248 || killedrid != 1249){end;}
set .@id,xmas_ring; //Xmas Ring Id num here
if(killedrid == 1248 && isequipped(.@id)){set .@a,rand(1,10000); if(.@a<=50){getitem 40003,1;} set .@a,rand(1,10000); if(.@a<=5){getitem 40005;}end;}
if(killedrid == 1249 && isequipped(.@id)){set .@a,rand(1,10000); if(.@a<=250){getitem 40003,1; getitem 40004,1; getitem 40005,1;} if(.@a<=300 && .@a>250){getitem 40003,1; getitem 40004,1;} if(.@a<=550 && .@a>300){getitem 40003,1;} end;}
if(killedrid == 1249 && !isequipped(.@id)){set .@a,rand(1,10000); if(.@a<=1){getitem 40003,1; getitem 40004,1;} if(.@a<=10 && .@a>1){getitem 40004,1;}end;}
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   2
  • Joined:  10/17/12
  • Last Seen:  

GmOcean,Emistry: Thanks you lots for ur script :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...