Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icabit

  1. u can still use ghost's sql. i used the same table for mine also
  2. thx for your help guys. i just woke up ill check things out. ill make this sprite a public release once im done nice video i love the music :3 thx MSteam
  3. icabit

    Tiger Cannon

    goto skill.db //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description // 01 ID // 02 range (combo skills do not check for range when used, // if range is < 5, the skill is considered melee-range) // 03 hit (8- repeated hitting, 6- single-hit) // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap) // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison, // 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element // -2 - use endowed element, -3 - use random element.) look for this line 2330,-2,6,1,-1,0x42,1:1:1:1:1:2:2:2:2:2,10,1,yes,0,0,0,weapon,0, SR_TIGERCANNON,Tiger Cannon //CHECK Need to fix to be enemy targeted and also combo after Fallen Empire. replace it with 2330,-2,6,1,0,0x42,1:1:1:1:1:2:2:2:2:2,10,1,yes,0,0,0,weapon,0, SR_TIGERCANNON,Tiger Cannon //CHECK Need to fix to be enemy targeted and also combo after Fallen Empire.
  4. icabit

    Refine stats

    ayt this kind of system might be good for high rate servers i really need this xD
  5. icabit

    Refine stats

    omg can u give me 1 example i really suck at src things im sorry for asking you this much
  6. you have to put the wav folder in your grf http://www.mediafire.com/?r4pxhsrsn85y486 make sure you use my wav files and not ghost's wav files since i updated my script with new announcers
  7. xD i missed 2 of these ; i just copy pasted it from TS anyway there u go
  8. i learned item scripting via copying item scripts from normal items then modifying them to the one i need check this for item effect list https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt
  9. getrefine(); getrefine(); here's a good example 1644,Piercing_Staff_M,Staff of Piercing,4,20,,500,80:145,,1,0,0x00018314,2,2,2,3,70,1,10,{ bonus bInt,4; bonus bIgnoreMdefRate,10+getrefine(); },{},{} so according to your statement above it should be like this { bonus bFixedcastrate,2*getrefine(), bonus bVariableCastrate,2*getrefine(), bonus bMatk,4*getrefine(); }{}{}
  10. i dont have a chat box at the moment dunno why i tried removing cache and history on my browser still the same xD i tried other browsers still the same xD heres my screenshot xD
  11. did you recompile after? editing src > config > renewal.h Quote and conf>battle>skill
  12. i already read this but i still cant figure it out http://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/ my frames for the sprite is from pictures i took test.zip
  13. dunno whats wrong with the site at the moment i hope they fix it soon
  14. ill check it out if theres no item limitation in 2012 clients ill give u results later on
  15. here is 1 way to do it http://www.youtube.com/watch?feature=player_embedded&v=OmpgiiWLC00
  16. http://rathena.org/board/files/file/2800-item-recolor-collection/
  17. i like the idea of no item id limit for weapon +1 to you MSteam i cant wait for updates for newer clients
  18. here's one way to recolor items http://www.youtube.com/watch?feature=player_embedded&v=OmpgiiWLC00
  19. now fixed http://pastebin.com/ePbV08SL link updated now its set $icaBroadcast, 0; //Where do you want to broadcast? (0:bc_map|1:bc_all) it was working ath the 1st place i just typed it incorrectly it was supposed to be 1 for bc_all xD im not good with website stuff >.>
  20. case solved i knew it some files was missing ~_~ sorry for the trouble
  21. i added a custom prontera and there are places where i cant walk through it ~_~ i used mapcache/weemapcache after i installed my new prontera
  22. http://spriterepository.com/ you may try this site http://rathena.org/board/files/file/2800-item-recolor-collection/ this one also
×
×
  • Create New...