Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/14 in all areas

  1. if (!mobcount(strnpcinfo(2),"Agit#"+strnpcinfo(2)+"::OnAgitBreak")) { monster strnpcinfo(2),.@emproom[0],.@emproom[1],"Emperium",1288,1,"Agit#"+strnpcinfo(2)+"::OnAgitBreak"; } else(!mobcount(strnpcinfo(2),"Agit#"+strnpcinfo(2)+"::OnAgitBreak")){ monster strnpcinfo(2),.@emproom[2],.@emproom[3],"Emperium",4000,1,"Agi#"+strnpcinfo(2)+"::OnAgitBreak"; } end; you can't give an argument to else, if (!mobcount(strnpcinfo(2),"Agit#"+strnpcinfo(2)+"::OnAgitBreak")) { monster strnpcinfo(2),.@emproom[0],.@emproom[1],"Emperium",1288,1,"Agit#"+strnpcinfo(2)+"::OnAgitBreak"; } means, if there are no monster emperium. it will spawn a new one else(!mobcount(strnpcinfo(2),"Agit#"+strnpcinfo(2)+"::OnAgitBreak")){ monster strnpcinfo(2),.@emproom[2],.@emproom[3],"Emperium",4000,1,"Agi#"+strnpcinfo(2)+"::OnAgitBreak"; } and this isn't correct, even correct it will be spawn new emperium event the other emperium still in castle
    1 point
  2. you able to add the sprite to client but you can't make the client to read the sprite another way is replace another job sprite with hanbook
    1 point
  3. hmm, i wonder why does your screenshots are really small?
    1 point
  4. /me thinks I need popcorn here
    1 point
  5. prontera,164,203,6 script Quest Shop#1 998,{ mes "your message........"; close2; callfunc "qshop"; }
    1 point
  6. There's no reason Gravity would release their source code. A number of custom client projects have been attempted, with the most successful being KeyWorld's roBrowser.
    1 point
  7. skill.c change to: case WL_EARTHSTRAIN: { int rate = 0, i; rate = 6 * skill_lv + sstatus->dex / 10 + (sd? sd->status.job_level / 4 : 0) - tstatus->dex /5;// The tstatus->dex / 5 part is unofficial, but players gotta have some kind of way to have resistance. [Rytech] //rate -= rate * tstatus->dex / 200; // Disabled until official resistance is found. sc_start(src,bl,SC_CURSE,rate,skill_lv,skill_get_time(skill_id,skill_lv)); sc_start(src,bl,SC_STUN,rate,skill_lv,skill_get_time(skill_id,skill_lv)); } break; skill.txt change to: 2213,11,8,2,0,0x2,7,5,-20,yes,0,0,0,weapon,2,0x400, WL_COMET,Comet
    1 point
  8. Does anybody know how to buy items in Cash Shop window? I have one item in new tab and it doesnt show apples, but i cant buy it. NPC cash shops are working but cash shop window doesnt Thanks in advance. (2013-08-07)
    1 point
×
×
  • Create New...