Search results

Join Discord
  1. [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.
  2. [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...
  3. [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!!
  4. [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...
  5. [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.
  6. [CD3.55] No save flags!!

    Sorry for posting so many problems. I do not understand as my server can be so full of bugs..... The problem is happening now is that the flags are not saved. When logging is reset to 0 For example, NPC: #IF check [001] 0 #SAY <test blag/@test> #ELSESAY you flag is 1 [@test] #ACT set [001]...
  7. [CD3.55] Bag Drop ?

    Hi. I've been looking for awhile and can not find the solution. I want to know how I can do to make an object that I put in my bag, never drope when I die. Is that possible? Thank you!
  8. [CD3.55] Mir3 Server Host

    Hi, I wanted to ask which is better, a VPS, a Private Server, or just host the server on a pc in my house? I ask because I do not find any vps and private server to work with windows XP ... The ones I've seen work with windows 2008 and I think MIR3 not work with windows 2008 ... In case...
  9. [CD3.55] lvl monsters

    Hi. In the database you can put level hl_monster the mob, but I've been trying to put different levels in a mob and did not notice any difference. For serving then? Sorry for posts open to question. I assure you that before you do I search the forums. thank you!
  10. [CD3.55] Sort the Database?

    Hi. I am creating new mobs in the table: "HL_Monster" and what happens when you save, is that the new is not saved in the last row, but is saved where you want and then hard time finding it because I go past one by one mobs until I find mine. Is there any way to sort the tables by name or...
  11. [CD3.55] Because it does not work?

    Wear all day trying to install the server on my desktop computer. I managed to run the server perfectly, all ip: 127.0.0.1 Also I have open ports. Anyway, I am now trying to put the public server, and when I start my thoughts about everything right, I do not get any error, but when I start...
  12. [CD3.55] Can not find files!

    Hello everyone. Sorry for my English. I'm writing by google translator. Do not know why, when I try to agree with http://mf.kaorimir.com/ my files when I go to sign me a page that says: "Sorry! This site is not currently available" What happens in the page? Where I can get the files...
  13. [CD3.55] Where host the server?

    English: Hi I had a question. I wanted to know where best to accommodate the Mir server. I was looking at a VPS because they are cheaper, but can not find any cheap and it works under windows xp or 2003 (they are with the server work if I'm not mistaken ...) Someone may hechar me a hand with...
  14. [CD3.55] Mi Server Public

    Inglish: I'm trying to put my server in public. I have all the right IP, I have activated the firewall, and I have the appropriate ports open. But when I try to log in from my own PC, tells me that the server is off. The funny thing is that when a friend tries to connect to my server from...
  15. [CD3.55] Master & Student

    Sorry to be so heavy, but a problem is behind me presents another ... I'm trying to accept the student to another user. I get no problem with the command: @ Receive "namechar". So far so good, but when I close the laucher and go back inside, the master and student is cleared. It's as if I had...
  16. [CD3.55] Change wedding ring

    My npc wedding, you cancel the alliance, but does not have the code to add a new wedding ring. is any of this? _________________________ GetMarried% B1% B2 mov N1 {WEDDING} 7 CheckMarriageRing% B1 CheckMarriageRing% B2 CancelMarriageRing _________________________ These are the only codes...
  17. [CD3.55] Conquer more cities!

    I'm testing the code: #ACT ProposeCastleWar Bichon When used in the Database "Hero3G" and Table "Castlewars" insert data conquest. I wanted to try to do the same but with another city, and tried this code: #ACT ProposeCastleWar Mudwall But using this code, in the database does not store...
  18. [CD3.55] Sabuk conquer siege city

    I'm testing on my server, and wanted to conquer the city of Sabuk. I have delivered the ZumaRelic and tells me to wait 3 days. In cd.ini and changed daily and have set to 0 days to be instant. Now when I give the zumarelic tells me today is war. But this is no longer done that more must be...
  19. [CD3.55] Help please. Two questions.

    Hi all, sorry for my English, use google translator. First question: I created an event of attack on the city, and that the guards did not kill the mobs, the delete with the following command: MonClear "0" "Guard" But when the event ends, I make them come back with the following command...
  20. [CD3.55] my code does not work - SQL

    because my code does not work? it does not make you save data in my database. I'm not doing wrong. [@main] #ACT FormatStr "FLD_CHARACTER='%s'" %USERNAME ReadValueSql "TBL_MOBKILL" %A9 "FLD_KILL" [@nextline] [@nextline()] #ACT Mov D1 %ARG(1) Mov A1 %USERNAME Mov D1 10...