Jump to content

bWolfie

Members
  • Content Count

    848
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by bWolfie

  1. I'm looking at getiteminfo trying to figure out how to get a script to read only for dagger type weapons. So basically, I want the script to only function for dagger type weapons. Hope this makes sense. if (getiteminfo(getequipid(EQI_HAND_R),11) == 1 || getiteminfo(getequipid(EQI_HAND_L),11) == 1)) { bonus2 bAddRace,RC_NonBoss,15; bonus2 bAddRace,RC_Boss,15; }
  2. close2 and end (sorry on phone cant type much)
  3. I've found a lot of the mini-maps in this file are corrupt (they have colors where they should not be). If you want, I can upload the correct ones from an older grf for you. Edit: I think it is an issue with compression. In an old GRF I have mini-maps are all 512x512 size.
  4. If you have played Final Fantasy 6 and gone through the Phoenix Cave ...Having to operate more than one party to complete areas of a dungeon and unlock further parts. edit: think i missed the point of the topic, I'll leave the above here anyway.
  5. Great plugin. One thing I've found is a sort of duplication bug, well not exactly. If you put a normal version and costumed version of an item in a cart together then relog, their value will increase to two. This however, is only visual. The game will only read 1 of each as there should be, but the client will show 2 of each.
  6. I'll spice it up. Can't wait to smoke some bud with u again Aeromesi. All those times we laughed over that missing semi-colon like it was the funniest thing ever. And that time you made that script with hentai cut-ins. That was loose. Good stuff brah.
  7. Great! In the future can you please upload preview image to be bigger haha.
  8. omg so sad but good to have you back
  9. Is this official behavior? I remember these skills use to have animations. Now, Shadow Jump will always result in the character facing east (with no finish animation like Asura Strike has) and backsliding just throws your character back without movement animation.
  10. Yes. Anything to do with Job_Bard/Dancer line is not triggering as it should. Using latest git? I think latest has alot of bugs We are using revision from about 2 months ago.
  11. Yes. Anything to do with Job_Bard/Dancer line is not triggering as it should.
  12. I have a problem where changing by any means from an Archer to a Bard or High Archer to Clown causes you to change to the female version (but with a male head). Other than the @job command, I also tried this script - same result. amatsu,246,244,3 script job test 4_M_BIBI,{ .@name$ = "[Job Master]"; if (Class == Job_Archer) { mes .@name$; mes "Change to Bard?"; next; switch(select("Yes:No")) { case 1: close2; jobchange Job_Bard; end; break; case 2: close; break; } } else { end; } } My constants.conf is normal. Why is this happening?
  13. Thank you sir, I will try this and get back to you.
  14. Hey I found the issue. The OnTouch ended with a close; instead of end; Our server used to run a busted version of eathena, so there's no surprises this never affected anything till now.
  15. When upgrading weapons use the Blacksmith skill Weapon Refine, once it hits +10, it doesn't leave the Upgradable weapons menu. How can I stop this?
  16. putting some mapflag? like this.. maybe try it, put it after the npc script mapname<tab>mapflag<tab>loadevent Thanks it worked for removing the eqip. Actually there was an error I forgot to put ==1) at the end of my check. Still, I'm not sure how to stop them from being reequipped. Since it takes them off once they enter the map, but they can simply put it back on.
  17. I tried this, think I did something wrong. - script Armor Remover FAKE_NPC,{ OnPCLoadMapEvent: if(strcharinfo(3) == "ama_fild01" && getequipisequiped(EQI_ARMOR) { unequip EQI_ARMOR; } end; OnInit: setmapflag "ama_fild01",mf_loadevent,1; end; }
  18. Is it possible to disable certain item ids or item slots per map? Example: On the map prt_fild08, I want to disable the weapon Main Gauche [4] (item id 1208) from being equipped. And on the map ama_fild01, I want to disable armor (EQP_ARMOR) from being equipped. Is any of this possible? Thanks.
  19. I'm thinking maybe SC_START but I'm not sure which variable to add to it.
  20. If you make it's race RC_PLANT and its mode Plant: True you should be okay.
  21. Welcome back Samuel..hahahhaa you are awesome
  22. Omg. omg! You are awesome. If I wasn't a poor student I would totally buy you a coffee.
  23. Can't show you enough love @Samuel.
  24. Since you are pre-renewal, do you want to use an old client? I'm not sure about older clients, but I know 2014-02-05 works perfect and is stable.
  25. I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release. Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc? I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park. In all theory it would be rAthena compatible with a few database changes. However the features would be much limited. I'm still around. There was a huge project at work I wasn't able to get time away from. I'm still floating around and still picking at the panel. glad to hear
×
×
  • Create New...

Important Information

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