Jump to content

  •  

jasonkingmax

Member Since 13 Jul 2014
Offline Last Active Dec 16 2014 06:42 PM
-----

Topics I've Started

bumped when click "map" option to open worldmap

11 September 2014 - 12:07 PM

I use 2014-03-05ragexe patched

everything works well but there's the only problem like topic title

can anyone help?

does anyone have same problem?

 

I found the answer myself


how to announce in item_group

07 August 2014 - 03:08 AM

original:
 <Container_Item_Name>: (
      "Item_Name" or 
      ("Item_Name",Repeat_Count)
 )
 
but I want to change like follows
 <Container_Item_Name>: (
      "Item_Name" or 
      ("Item_Name",Repeat_Count)or 
      ("Item_Name",Repeat_Count,Announce(if yes = 1 no = 0))
 )

 

or setting up item_announce.conf

 

itemid,announce type,announce color

 

if announce type = 1 ,announce when get specific item from getrandgroupitem

if announce type = 2 ,announce when get specific item first created from monster

(won't announce if item been picked up then dropped again like poring etc...)

if announce type = 3,both 1 and 2 situations.

 

 

 

how to do this in src?

I'm a novice and sorry for my poor eng.

I'll be thankful if someone can help me.


about quest timeout

05 August 2014 - 10:42 PM

how can I get how much the accurate cooltime left?

 

cuz checkquest can only tell the timeout expired or not

 

but I want to tell player how much time left to take the quest again?


Important problem

31 July 2014 - 03:45 PM

If someone leave the party while the party take a quest but the quest hasn't been destroyed ,

the quest won't be destory even the timeout being achieved and can't take it anymore unless you delete the quest.sql by yourself.

 

can fix it?