Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Instead of using 'Zeny', use '#Zeny'
  2. Maybe you picked the wrong type, there are file and GRF mode, just try the file mode first to put on the data folder, if it works then you can use the GRF mode to merge with your GRF
  3. Recheck your client data folder, maybe you have something on your \data\texture folder, and also recheck the order on your data.ini
  4. Hello @Peopleperson49, where have you been? I don't quite understand your question, could you please elaborate more?
  5. Here you go [paste=4my3fzsycve]
  6. I'm not sure about this, but have you imported the 'main.sql' to your sql table before you use './configure && make clean && make sql'
  7. Ok2 calm down, sometimes people need more time to understand other people's question. It depends on what diff application you use, have you use nemo?
  8. Have you run the itemtype converter? Or just clone a fresh copy from rAthena's repository
  9. As far as I know, there nothing that could catch that kind of event. set @hp,hp; set @x,0; while(@x < 5) { if (@hp>hp) break; percentheal 20,20; sleep2 1000; @x++; set @hp,hp; } This code is untested since I'm online from my phone.If the @x var doesn't cleared, the item's effect useable only once for every player login. If the @x var placed after the while loop, the 5 seconds timer won't get reset when the player use the item repeatedly. CMIIW
  10. Here they are: bonus bAtk -> bonus bBaseAtk,n; bonus bIgnoreMdefRate -> bonus2 bIgnoreMdefRaceRate,r,n; bonus2 bIgnoreDefRate -> bonus bIgnoreDefClass,c;
  11. Is there a deadline for posting ideas here?
  12. then what do you call me ._. I'd call you sandbox
  13. Hmm.. I have to search for another way, but currently I have no idea
  14. Ah you're right, it's simply by restarting the server. I've found the string but still, it won't budge..
  15. After doing many tests, now my own IP is banned Anyone knows how to unban and always allow an IP address? Hehehe...
  16. Hmm I think this will be shorter, why would we need the .@i temp variable anyway? 24084:24085:24086:24087,{if(getequiprefinerycnt(16) + getequiprefinerycnt(17) + getequiprefinerycnt(18) + getequiprefinerycnt(19) + getequiprefinerycnt(20) + getequiprefinerycnt(21))>=45){bonus bNoGemStone,1; bonus bUseSPrate,100;}}
  17. @Adam: I think I've replied on PM @Jupiter: Sorry, last night I fell asleep, I'll check it out.
  18. Haven't visit their forum, I barely visited this forum too Too busy with work.. I guess I'll take a look around again
  19. My memory is a bit rusty 24084:24085:24086:24087,{ set .@i,getequiprefinerycnt(16) + getequiprefinerycnt(17) + getequiprefinerycnt(18) + getequiprefinerycnt(19) + getequiprefinerycnt(20) + getequiprefinerycnt(21); if(.@i>=45) { bonus bNoGemStone,1; bonus bUseSPrate,100; } } Add more items to the list, because I didn't fully read Kido's post...
×
×
  • Create New...