Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. 671,Gold_Coin,Gold Coin,0,,,40,,,,,0xFFFFFFFF,7,2,,,,,,{set zeny, zeny + 10;},{},{} ayan o.
  2. kapag ginawa mong usable, di machecheck kung may enough space pa sa zeny. pwedeng magoverflow.
  3. http://www.eathena.ws/board/index.php?showtopic=220328
  4. LOL, don't hi-jack this thread, create your own for your own questions.. I'm not familiar with its code, maybe someone can help you. create your own thread.
  5. access your webserver and modify permissions for your patch files/folder
  6. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/other/monster_race.txt
  7. LOL. diff it to your src files. Don't start a server if you don't know how. Read guides first.
  8. Hi, test this script and give me a feedback. Click the npc once to activate it. (or wait for it to activate) gambling.txt
  9. Make your own NPC. to select clan via script for elf set #clan, 1; or for dwarf set #clan, 2;
  10. The Poring Race Event works like this and is more exciting.
  11. Hi, try what I have made for you. I did not test in-game but tried compiling and was successful. clan.diff
  12. You forgot to diff the pc.h part Index: src/map/pc.h =================================================================== --- src/map/pc.h (revision 16213) +++ src/map/pc.h (working copy) @@ -146,6 +146,7 @@ struct guild *gmaster_flag; unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not. unsigned int warping : 1;//states whether you're in the middle of a warp processing + unsigned int dropautodelete : 1; //autodelete dropped items. thus, nothing can be seen by you nor other players. } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage;
  13. @peopleperson49 As miss xantara said, please give us your txt file. So that we can reproduce the error. @xantara I tried your program, and it really rocks! Really amazing
  14. Party PvP["+getPartyMapUsers(6,@map)+"] change this value to your map
  15. @malufett gawa mo naman kame ng expansion nito //0x01 - No damage skill // 0x02 - Has splash area // 0x04 - Damage should be split among targets // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) // 0x40 - Skill ignores target's flee (magic type always ignores) // 0x80 - Skill ignores target's def cards Ignores target's flee2 (pdodge)
  16. check the equipments, if you have too much perfect dodge, it will definitely miss. This is true from servers with valkyrie items all over.
  17. how about this way if (mobcount("phan_dun","mons3::OnMobDead") > 0) {
  18. try it this way if (mobcount("phan_dun","OnMobDead") > 0) {
  19. http://rathena.org/wiki/Mobcount
  20. is that a custom command? i dont know that
  21. use this command to count the monsters. mobcount("<map name>","<event label>") mobcount("phan_dun")
  22. mind showing the script as a whole?
  23. did you change it into 490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,weapon,0, CR_ACIDDEMONSTRATION,Acid Demonstration ??
  24. interchange these two lines if ( #close == 1 ) goto L_selecta; donpcevent "mons3::OnWelcomes";
×
×
  • Create New...