Jump to content

maynard

Members
  • Posts

    159
  • Joined

  • Last visited

Everything posted by maynard

  1. can I request a mapflag that can not be recall by a GM, I want a vending room with that kind of mapflag so that if I recall all players they are not affected. or to make it short I would like the player in vending or chat room can't be recall by gm.
  2. Can you edit this script @bindatcmd? I will input the item and amount and map then it will respawn at a size of full/wide screen. I mean not the whole map.
  3. sir your script needs to wear all of the id above to disable the berserk skill, what I want is if you input the card in 1 of them the card will be disabled. your script 6900,6901,6902 = must put on all of them to disabled the card I want 6900,0000,0000 = If I put the card in 6900 the card will be disabled even though I equip other head gear. Actually I already have the script created in the her****s and working as intended but not exactly like I wanted. Its not an array and I have to input manually to all the ID I want to disabled. Here is the script for those who want it.credits to evilpuncker callfunc "prevent",1,cardIDhere; function script prevent { if( isequippedcnt( getarg(1) ) > 0 ) { successremovecards getarg(0); end; }
  4. An array of custom head gear equipments ex: 6900,6901,6902,6903 Lord knight card can not be compounded or disabled the effect of the card on my custom head gear if you insert it. You can compound the Lord knight card as normal on other head gear except from the Head gear that listed in the array. Then for easy use maybe a callfunc will do. 4357,,,,,,,,,{callfunc "prevent_compound";skill "LK_BERSERK",1; bonus bMaxHPrate,-50;}{}{}
  5. please add buffs for the whole party, The link is working, edit this to include buffs.
  6. prontera,100,200,3 script full_map 46,{ mes "Warp?"; next; close; // <<<<<------------ I remove this and its working if(getmapusers(.map$[0])) { mes "Someone's inside"; close; } delwaitingroom; waitingroom "ON: "+strcharinfo(0),0; warp .map$[0],atoi(.map$[1]),atoi(.map$[2]); close; OnInit: setarray .map$[0],"guild_vs1",50,50; //Map name and coordinates end; } The problem is if you got out the name is still there, it does not reset.
  7. @emistry sir I get 5 or less depends on my party even though they are not online.Can you edit it, If his party member is offline he will only get 1 gold.
  8. My bad,I forgot to tell you that i manually diff have bindatcmd, Ea doesnt have bindatcmd only rathena has it. Search for bindatcmd and manually add it, Thats what I did to make it work. bindatcmd make my life easier, you can customized/make more @commands. Back to topic I hope Patskie have a solution.
  9. is it me? can you double check your script ingame, Try to reset your equip, Then check your equipment items if it goes into the inventory then check your display window if its gone. alt+q.I use a script like yours that i found here in rathena and he also get the same problem like yours and he didnt know the answer to that problem.Kindly check if your not busy because it's a good script for me if this script of yours work as intended. This works for EA and im using it, except the reset equip.
  10. Sir can you edit the same script. GM will whisper a npc and the game will start for 1 round only, then I will input the item and amount ingame. after 1 round it will reset and I will again put the item and amount if I want to start it again.The treasure box is in prontera 155 155 hiding then it will appear when the GM start the event.It will announce the person who get the prize item. NVM, I found something close to this.
  11. @skorm I have db error - unknown column 'last_mac' in 'where_clause'
  12. how can I reset the character equip if he or she is not online using your script? Your script is like a control panel in game, right? Lets say I'm having error in one of my character due to sprite error, Do I have to make another account then reset my account that having error?
  13. nice but I have some problems in reseting the style, it doesnt work on me, Then the reset equip doesnt realy work actually to me, You can see that it reset the equip but if you alt+q it is still there.
  14. maynard

    clone stats

    You can increase atk by editing min\max atk formula, also you can increase HP to make clone stronger hahaha, I dont have any idea how to increase this, Can you make it that the clone have Big HP lets say 10m HP then it can damage pretty high like 10k something. Maybe I should put this in request section. I change the stats of dummy but it does nothing.
  15. maynard

    clone stats

    I dont have any idea where to change that. Been looking for it and search for it and your the only 1 who answer.
  16. maynard

    clone stats

    How to change the stats or make a stronger clone of a player?
  17. maynard

    Anti-weapon

    bump, anyone is this possible?
  18. please make a script, if player A have a equip put on that is in the hot list, he/she will get more damage from player B that have an forbidden equip , like an anti-demon or something like that. Forbidden= 111, 222, 333, 444... //array so I can easily add/edit the item. Player A has equip a headgear item forbidden#666 Player B have a custom weapon anti-demon.It will inflict extra 50% damage to player with item that on the forbidden list. If player A take off his equip that in the list, the 50% will not work.
  19. can you make 1 for eathena and Add GM lvl that can bypass.
  20. are you using rA ? http://rathena.org/b...-engine-update/ I tried to manually put the codes and somehow it compiles without error, Then I put the script and its working fine in my server, Im using eathena, I hope there will be no conflict or so whatever. Its a good thing if this will work without error or conflict to my eathena. Anyway its working the +10 refiner that capuche wrote. Now I can use more of Annieruru script.
  21. ok I get it now, I will manually type it all if item I want to deny. Tnx sir Emistry and Happy New Year.
  22. How to add item to be deny in the sql table? do I have to add item_deny.txt or something else?
  23. Working I'm using eathena with ToastOfDoom patch.
  24. working for me, Im using eA, the version 2
  25. @emistry sir can u edit the script to talk consecutive, I mean not random.
×
×
  • Create New...