Jump to content

Critica

Members
  • Content Count

    76
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Critica

  1. did somebody told you how awsome you are? ive been using a different VPS hosting and i have no idea how to set this all up. because usually RO hostings are pre set up and all you need to do is edit some files. now that ive already done this, all i need to do is upload my server to my VPS and im good to go! thank you! ive saved up to 4$ a month using a different VPS hosting sites
  2. //callfunc "Card"; function script Card { setarray .Card[0],25150,25151,25152,25153,25154,25155,25156,25157,25158,25159,25160,25161,25162,25163,25164,25165,25166,25167,25168,25169,25170,25171,25172,25173,25174; for( set .@i,0; .@i<getarraysize(.Card); set .@i,.@i+1 ) { if ( isequipped(.Card[.@i]) == 1 ) { set @Card,@Card+1; if ( @Card > 2){ dispbottom "You can't Wear more than 2 same Card at the same time."; set @Card,0; nude; } } } end; } this isnt mine, credits to owner i dont remember who, i just saw this in my old script collections. im now sure if its still working, or compatible in herc.
  3. https://rathena.org/board/topic/78767-card-effect-stack-limit/
  4. https://rathena.org/board/topic/56468-gentlemens-pipe/
  5. hey thanks for that! im gona try this at home later
  6. Hi can i request. An npc that can change your headgears color, (using recolor sprites) -npc will check if the item can be recolored -will have a menu for choosing what color is available (because not every custom headgear have the same color with others) -after choosing what color, a required items menu will show. (like in a quest npc?) -will need to pay the npc TIA!
  7. im trying to make my server online so my friends can connect. so i changed the local ip (127... ) to my own ip address. but im getting this error. i already port forwarded too.. im i missing something else?
  8. hi, uhm can you make it give extra skill points instead of status points?
  9. Just mentioning, 2015 client is stable enough to use on production server..Where you failed to add job?(while adding costume is feasible) You can add costume by renaming the sprite file and adding them as items.. what do you mean as item? like custom headgear items? if that works. it will only work on headgear right? not on armor? for 2015 client read that you cant use packet encryption yet. and only recommended patch are mostly working.. im talking about 2015-11-04aRagexe btw. on my job error. im getting a "no view data for class" error.. :<
  10. yep i did that but i failed. xd can somebody help me make a diff only for costume? not the whole job?
  11. Hey guys can you please help me create a costume using the ALT 3rd sprites? since 2015 client wont be stable for a while.. im thinking maybe creating them as a costume might be the other way to use the sprite... its kinda like the false suit.. like this. 200000,Assasin_Suit,Assasin Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 12; },{},{ changebase Class; }
  12. yes im aware of that. im just worried about my internet provider. will it affect it? and also does closing the server and reopening again will get rid of the lag?
  13. Hey guys, im kinda planning to host a private server using my own internet. im just worried since this DDOS attacks are common now, is it possible for someone to DDOS my own network? and if yes, what would happen? im i gona be in trouble with my network provider?
  14. is this pRO or Other Official Servers? Its a custom item with effect
  15. Hi guys, can anyone here do me script like that? just a simple enchanter that can enchat through slot 1st to 4th slot with the required orb(enchantments) and success rate like 80% to 50% there is a script like this, the custom echanter, but the script is too complicated for me to edit it... so if anyone could do this, that would be great! thanks!
  16. Just like cards, when used.. except on enchanments, it can stil be slotted even tho the equip is only 1 slot just like having 3 more open slot but will only works on enchantments, is that possible?
  17. ok right now this works, { if (getiteminfo(getequipid(EQI_ARMOR),5)==16 && @bgiven == 0) { bonus bAgi,5 + isequippedcnt(4002)*5-5; set @bgiven,1;} if (getiteminfo(getequipid(EQI_GARMENT),5)==4 && @bgiven2 == 0) {bonus bVit,5 + isequippedcnt(4002)*5-5; set @bgiven2,1;} },{},{set @bgiven,0; set @bgiven2,0;} problem now is... (love this part) that it also counts the cards with the same name(ID's) on the other equipment, is there any other way to count only the cards on the equipment where it is slotted? :>
  18. Hey guys, im thingking something like this might work... im still working on it, { if (getiteminfo(getequipid(EQI_ARMOR),5)==16 && @bgiven == 0) { bonus bAgi,5 + isequipped(4002); set @bgiven,1;} if (getiteminfo(getequipid(EQI_GARMENT),5)==4 && @bgiven2 == 0) {bonus bVit,5 + isequipped(4002); set @bgiven2,1;} },{},{set @bgiven,0; set @bgiven2,0;} adding + isequipped(4002) then just multiply it by 5, something like that...
  19. PLS MAKE THIS STACKABLE T___________T
  20. 1 more question, how do you make it stackable?? i just noticed, the bonus doesnt stack
  21. Awsome,! Now this works! hehehe { if (getiteminfo(getequipid(EQI_ARMOR),5)==16 && @bgiven == 0) { bonus bAgi,5; set @bgiven,1;} if (getiteminfo(getequipid(EQI_GARMENT),5)==4 && @bgiven2 == 0) {bonus bVit,5; set @bgiven2,1;} },{},{set @bgiven,0; set @bgiven2,0;} a slight problem, when you eqp the item 1 by 1, the 1st bonus will be gone but when you reequipped it again it will work perfectly. THANK YOU ALL!! i knew this is possible, i just didnt knew about that "@bgiven" thing THANKSTHANKSTHANKS
×
×
  • Create New...

Important Information

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