Jump to content

karazu

Members
  • Content Count

    1115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by karazu

  1. Hello guys, is it possible to give a player a command while just carrying this item? Not Wearing but just carrying it in the inventory,, Can u tell me how to make it in script please?. If not possible how about by just wearing?
  2. Related topic: http://herc.ws/board/topic/4409-limit-characters-in-1-map/ Hello I have now an Idea of how to prevent them from flooding. I was thinking of a Ticket System, but before everything else I just want to ask if this is possible. I want an NPC that will give an item to an account. If possible its like in the freebie system but will just check the IP instead of per account, this NPC should determine how many accounts of that IP already claimed, I want to limit at least 5 account per IP is this possible?
  3. Thank you I will test Not working. I want to it to be like this. But that is my custom Battleground I want an NPC that always have like that Its ok now, I did just change specialeffecttomisceffect
  4. Hello I want to put an effect to the NPC, like while the NPC is standing it will glow etc. I want to use this script misceffect 962; sleep 1500; can u give me a sample please? btw the effect doenst have a limit, It will just stays there
  5. -Yes its working with 2014. -If will stay as normal HP Bar if its from @monster. You can try go to bosssnia or in the normal spawn area of the MVP it will show as big bar.
  6. I see. How about @afk is it possible to be block by those scripts? Anyways currently using this one also. http://herc.ws/board/files/file/57-afk/
  7. Thank you for this. I think Vendor control could not be possible..
  8. Hello Angel, What I want is to limit the Vendors in the area. so if the player already have 3 vendors in the area and if he got another who wants to go to the map it will be kicked back to prontera.
  9. Hello, My server is getting bigger. And I have noticed that some of the players are making 3-5 accounts or more in the vending area, is there any way in stopping them doing that? I have a script here it was requested months ago, so is this possible or can detect vendors? What I want with the script is if the player already have 3 vendors in the area he cannot go there anymore if he wants to put more merchants. Is that possible? - script dualclientkicker -1,{OnPCLoadMapEvent: set .@charmap$, strcharinfo(3); if(!compare(.tmp$,.@charmap$)) end; set .@len, query_sql("SELECT DISTINCT `account_id` FROM `char` WHERE`account_id` IN (SELECT `account_id` FROM `login` WHERE `last_ip` =(SELECT `last_ip` FROM `login` WHERE `account_id`="+getcharid(3)+")) AND`online` <> 0;",.@a); for(set(.@d,0);.@d<.@len;set(.@d,.@d+1)) { if(!getmapxy(.@map$,.@x,.@y,0,rid2name(.@a[.@d])) && .@charmap$==.@map$) set .@c,.@c+ 1; } if(.@c > .limitacc ) { dispbottom "You cannot more than 5 accounts in this map."; warp "prontera",0,0; } end; OnInit: set .limitacc,5; setarray .maps$,"prontera", "geffen"; set .lens , getarraysize(.maps$) ; for(set(.a,0);.a<.lens;set(.a,.a+1)) { setmapflag .maps$[.a], mf_loadevent ; set .tmp$ ,.tmp$+.maps$[.a]+","; }}
  10. not necessary to edit source only for the ones specified at map_zone_db.conf he just need to create a new mapzone and add all he want and set '<map name><tab>mapflag<tab>zone<tab><zone name>'. I am still confused. lets say I have a custom MAP named TESTMAP do I still need to edit the SRC for this one? and for typing it '<TESTMAP><tab>mapflag<tab>zone<tab><zone name>'. more sample please.
  11. Yes sorry. it just a misunderstanding, as you said what I mean to say is I am just using your renders in my server. hehe
  12. Hello! I know only need to type in here "map_zone_db.conf", but the problem is I don't know how to type it correctly and where to insert it.. Please help me . I am disabling it not in TOWN so mean I cannot insert it there in the town which is already put in default. and also disable Knock back from skills
  13. Hahhaa xD I think what he meant was that he used the renders to create those - he's just showing us his creations with the renders ! yes2, and Mysterious is its ok right?
  14. hello, how about this one.. pc.c: In function 'pc_equippoint': pc.c:10832: error: expected declaration or statement at end of input make[1]: *** [obj_sql/pc.o] Error 1 Sorry now solve
  15. using this one and its perfect..
  16. hmmm Hello Dastgir is this a plugin like @afk and @autoatk? because I only see 1 file inside which is a dll, and I dont know how to install it since its not like the others that is .c?
  17. karazu

    Onminute

    Thank you very much. its working now.
  18. karazu

    Onminute

    I have a script that will start via Onminute but whenever the certain time comes it will not start. //SET TIME//==================================================================== //Set the AUTOMATIC TIME when will the battlegrounds start //OnClock2000: - every 8:00PM //OnClock0830: //8:30AM //OnClock2030: //8:30PM Onminute00: Onminute10: Onminute20: Onminute30: Onminute40: Onminute50: NO error in the MAP server
  19. Hello Mhalicot can u share me your latest msgstringtable please?
  20. Probably. But I hope someone can make it as a Plugin
  21. ohh sorry, I forgot that it ignores Mistress
  22. Current Revision. W/o Mistress Card With Mistress Card
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.