Recent content by Mart393

  1. [CD3.55] create sets item bonus?

    I mean the typical set that if you have some equipment you subsidizes 80 dc extra for example...
  2. [CD3.55] create sets item bonus?

    I'm looking and can not find the sets to modify them to my liking .... What is the part of the sets crueldragon? thanks ty!! :)
  3. [CD3.55] create sets item bonus?

    Hello there! I would like to know how I can create a set of items with bonus to equip items. For example: Equip: 1- sword 1- ring 1- bracelet Set Bonus: +50 DC As you can create sets? Thank you very much.
  4. [CD3.55] Not all objects appear

    Thanks Chimera. So there is no solution? There is no way to check if the "benedictionoil" object is on the map? It would be something like this: #IF CheckItemMap BenedictionOil #SAY The object is in the map #ELSESAY The object is not on the map This way you could check if the...
  5. [CD3.55] Not all objects appear

    I'm just trying to create a random object around the map as follows: --------------------------------------------- #ACT Mov A0 0 ;;Number Map; Movr D1 500 ;;Random X 0 - 500; Movr D2 500 ;;Random Y 0 - 500; FormatStr "%s,%s,%s,50" %A0 %D1 %D2 DropItemMap "%A9" BenedictionOil 1 1...
  6. [CD3.55] Not all objects appear

    Do not know why but when I throw objects on the map with the code: DropItemMap "32,226,150,50" BenedictionOil 1 1 the object appears sometimes and sometimes not. No because it is, if it is because the object falls in some inaccessible area, and therefore the object does not appear. I do...
  7. [CD3.55] item drop random X and Y ?

    thanks you Mistery! (Tranquilo por el ingles, yo tambien uso traductor XD eres español no?) Tengo otra duda.. I have new question: When I use the following ratio: 10, okay running, but when older ratio use as: 100, 200, 500, etc. The object does not appear .... Anyone know why? Ejample...
  8. [CD3.55] item drop random X and Y ?

    a question ... How could I do to make an item out on a map without giving your coordinates so that the item falls into a coordinate at random? thanks ty!!
  9. [CD3.55] event autorun ?

    very thanks kastaña ;D
  10. [CD3.55] event autorun ?

    Hi again :( I'm trying to get an event is automatically run every so often, but it still fails. I've tried: #IF HOUR 22 #ACT etc ... What happens with that is that this code is executed only if I'm connected to that time, if I connect after the event has not been run. I do not get...
  11. [CD3.55] Drop items by code?

    aaahh ok, no problem ;)
  12. [CD3.55] Drop items by code?

    ¿? : RpS_blink:
  13. [CD3.55] Drop items by code?

    wow thank you!!! 1 question: ItemName 1 1 First 1 what is it? Second 1 is number objects ok!
  14. [CD3.55] Drop items by code?

    Hello friends! I was trying to create an event which release various items around the map. But if that's not possible ... For example: When you want to drop mobs around the map you use "MonGenP" but there is also something to drop items? Thank you very much, I hope your answer.
  15. [CD3.55] No save flags!!

    A little help is much appreciated! thanks you, Chimera! :D