Jump to content

mrdominic

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    bandung

Recent Profile Visitors

2212 profile views

mrdominic's Achievements

Poring

Poring (1/15)

  • One Month Later
  • One Year In
  • Week One Done

Recent Badges

1

Reputation

  1. alright then... thx for the info..
  2. when you make it 200 MAX_INVENTORY, it's safe right?
  3. View File Utilities: @alootid2 Command File Name: @alootid2 Command File Submitter: mrdominic File Submitted: 31 August 2017 File Category: Utilities Content Author: mrdominic Features You can input multiple item ID for alootid with just 1 command. You can add the input list as much as you want (but remember. There is a Max alootid item.) You can change the alootid max item at src/config/core.h in your server database. Find this: /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10 <<<<< change the number to what you want. And don't forget to recompile your server if you change something in src folder. How To Use Just add this script to your server and enable it. Submitter mrdominic Submitted 08/31/2017 Category Utilities Video Content Author mrdominic  
  4. Version 1.0.0

    146 downloads

    File Name: @alootid2 Command File Submitter: mrdominic File Submitted: 31 August 2017 File Category: Utilities Content Author: mrdominic Features You can input multiple item ID for alootid with just 1 command. You can add the input list as much as you want (but remember. There is a Max alootid item.) You can change the alootid max item at src/config/core.h in your server database. Find this: /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10 <<<<< change the number to what you want. And don't forget to recompile your server if you change something in src folder. How To Use Just add this script to your server and enable it.
    Free
  5. I try to make it like you want... Try this... //===== rAthena Script ======================================= //= alootid2 //===== By: ================================================== //= mrdominic //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= make multiple alootid. //= alternative alootid command //= with 1 command, you can input up to 5 item to your alootid list //= you can add the input as much as you want //= but remember... there is a max alootid limit //===== Additional Comments: ================================= //= 1.0 First version. [mrdominic] //============================================================ alootid2.txt
  6. in thist script, all member of the Emperor Guild will get Agi,Bless & Assump, and another guild will get just 1 buff ex:Gloria, then you can try this. NOTE: you must check the Guild ID first. prontera,151,188,5 script Healer#spcgbuff 754,{ if(strcharinfo(2)==getguildname(4)) goto gemperor; //"4" is the guild ID. You can check it in your sql database at Guild section. specialeffect2 14; percentheal 100,100; //for another guild sc_start SC_GLORIA,360000,5; //for another guild end; gemperor: //just for guild emperor specialeffect2 120; percentheal 100,100; sc_start SC_BLESSING,360000,10; sc_start SC_INCREASEAGI,360000,10; sc_start SC_ASSUMPTIO,360000,5; end; } Sorry for my bad english Xp
  7. I already try it... i change it to 50. And the effect become just reduce magic damage by 50%. And not blocked all support spells. and i already checked at doc/item_bonus.txt for alternate bonus and i got nothing.. T.T
  8. hi there... i want to ask, is there any possible script code to make if the player who used golden thief bug card, they cant be dispelled and still receive magic damage ? Because if i use the real gtb script (bonus bNoMagicDamage,100;), it makes the player who used gtb card immune to magic and buff. thx for your help and sorry for my bad english >.<
  9. Ok.. thx... i'll try it... btw still got this error..
  10. when I kill a monster, the Level is not rising. instead become 0... what should I do ? pls help me if anyone know about this error... >.<
  11. Can anyone please help me how to make a script... Case example : - Guild "Anonym" have a Guild Base at map "Payon". - Guild "Anonym" 's guild ID is 19. - Every 3 seconds, this NPC will check every Character Guild in Map (Payon). - Everyone except Guild "Anonym", will be warped to "Prontera(155,181)". Thanks before for helping me... Btw, I really need this script and sorry if there are mistakes in my english...
  12. i just just need to Enable the script on my NPC folder, restart the server, and the @minimart command will appear at player command automatically?
×
×
  • Create New...