Jump to content

jedwynne

Members
  • Posts

    68
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Planet Earth

jedwynne's Achievements

Poring

Poring (1/15)

2

Reputation

  1. @DevilEvil, i agree to @deathscythe13 i tried this... for (set .@x,0,set .@y,0; .@x <= 100;set .@x,.@x + 1,set .@y,.@y + 1) but im having an error
  2. team deathmatch

  3. how can i have 2 initial value in FOR STATEMENT sample that i need to set value of x and y to 0 for (set .@x,0; .@x <= 100;set .@x,.@x + 1) { code}
  4. just wated to ask if this template can be used in 2or more quest in same npc? if yes would you mind to give me some guide?
  5. yeah. Im planing to have a quest that requires an amount of zeny
  6. // Structure of Database: // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //== Explained: // CastingTime : time to cast this skill, in miliseconds // AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds // AfterCastWalkDleay : amount of time before character can move again, in miliseconds // Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data // Cool Down : amount of time until character can re-use this skill, in miliseconds // Fixed Casting Time: the skills fixed casting time (when 0, uses 20% of cast time) //== Extra // On all fields you can use ':' as a delimiter to level-specific values, // - Example using SM_PROVOKE // - Original:6,0,0,0,30000,0,1000 // - ModifiedTo:6,0,0,0,30000,0,1000:2500:3000:etc // - Makes lvl 1 have 1000 (1s) cool down, lvl 2 2500 (2.5s), lvl 3 3000, and so on. //==========================================
  7. any recommended client? a stable as possible and can accommodate renewal mounts~
  8. look at this screenshot of my server...
  9. No i mean how to add that tab. i dont have it on my client
  10. you can modify it in skill_cast_db.txt find this lines~ //-- GS_DESPERADO 516,0,1000,1000,1000,0,0,0
  11. How to add costume equipment tab on my server? bump~
  12. i hope this could help... http://www.eathena.ws/board/index.php?showtopic=253207
  13. nice although i think its too dark~
×
×
  • Create New...