Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. sorry.. typo, change set .@randitem,rand(2);
  2. when you change this to 0, did you recompile? if (sd) skill_blockpc_start (sd, MO_EXTREMITYFIST, 0);
  3. 5/10 I think the novice and that softcore-spore girl have been mixed up. Wouldn't it look better if the novice was the one facing the emperium since it's in attack mode so it would look like it's breaking it!? And IMO cursive fonts are meh.. Except for Logos since it would make it look formal. Just my 2 cents!
  4. Yes, if i'm not mistaken it's already like that as i've said.. You should test it first..
  5. yes it won't drop, if you want it to specifically drop. find set .@randitem,rand(1); if(.@randitem == 100) getitem .items1,1; //Change to what random item do you want to give replace set .@randitem,rand(1); if(.@randitem == 1) { getmapxy(.@map$,.@x,.@y,0); makeitem .items1,1,.@map$,.@x,.@y; } //Change to what random item do you want to give
  6. It's already the default, when you snap for the 5th time, the delay is already gone by DEFAULT.
  7. Try this announce .@name$+" has rewarded Package "+getd(".Package"+$itemreward$[.@i+1]+"["+.@j+"]")+" "+getd(".Package"+$itemreward$[.@i+1]+"["+(.@j+1)+"]")+"pc(s). for Winning Event!",0;
  8. Your statements are contradicting, 1st you want it removed then on the 2nd one you want it implemented.. IME, it's implemented by default..
  9. If it's corrupted, you need to get a new copy of that, did you download it?
  10. Your download may have been interrupted / corrupted.. Try re-downloading it from where you got that file, avoid using IDM's to boost your DL speed.. OR You are restricted to extract it on the destination folder.. Try scrolling it to the right to know more of the error.
  11. Euphy is da man. http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/
  12. Nope, but you can find something similar to your request, try searching it here, even in eAthena..
  13. find set PvPDelay,gettimetick(2)+604800; change 604800 to 60 seconds * 60 minutes * 24 hours * 2 days = 172800
  14. Find L_Yes: mes "[PvP Warper]"; Replace L_Yes: if(PvPDelay > gettimetick(2)) { mes "You have to wait "+PvPDelay-gettimetick(2)+" before you can enter the PvP room again"; close; } mes "[PvP Warper]"; set PvPDelay,gettimetick(2)+604800;
  15. It means your SQL is not paired with your SVN.. picklog table has a new column `unique_id` which has not been recognized by logs.c.. try updating it
  16. OnNPCKillEvent: if (killedrid != MOB ID){ setarray .items1[0],501,502,503,504,506,507,508; set .items, .items1[rand(getarraysize(.items1))]; getitem .items,1; set .@randitem,rand(1); if(.@randitem == 0) getitem 1234,1; //Change to what random item do you want to give end;
  17. Kindly test.. find if( getmonsterinfo(killedrid, 22) ) replace set .@R,0; if( getmonsterinfo(killedrid, 22) ) find .@R = rand( 100, 500 );//-- MVP replace set .@MVPc,rand(3); if(.@MVPc == 1) set .@R,rand( 100, 500 ); //-- MVP find .@R = rand( 50, 150 );//-- MINIBOSS replace set .@MVPc,rand(1); if(.@MVPc == 1) set .@R,rand( 50, 150 ); //-- MINIBOSS
  18. I think noshift is on.. Try toggling /ns
  19. There's already something similar to your request, try Euphy's script.. http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/
  20. Well there is one thing.. Try reducing all mob's HP via monster.conf there are also other configurations there that might help you.
  21. Not sure about that unless you increase your max aspd, to around 193+?
  22. Kinda weird asking you about that in here no one would prolly help you around. Try searching other forums instead
  23. kindly elaborate more on what you're trying to say.. freeze?! what kind of freeze? as in a skill or an item effect like marina card..
  24. What? I don't understand..
×
×
  • Create New...