Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. Depends on the monster ID on your config, you can set mapflags on your town to disable normal drop..
  2. if A+B=C and B>C A = negative number?
  3. Try this - script sample -1,{ OnInit: defpattern 1,"Hey","Lspawn"; activatepset 1; end; Lspawn: for(.@i = 47; .@i < 52; .@i++) { monster "guild_vs4",17,.@i,"Barricade",1905,1,"::OnSpawn"; dispbottom "The wall has been rebuild."; } sleep 10000; killmonster "guild_vs4","OnSpawn"; end; }
  4. The mapping God
  5. prontera,100,200,4 script PvP Warper 46,{ mes .Npc_Name$; mes "Hello!"; switch(select("Free PvP:Party PvP: 1v1 PvP")) { next; mes .Npc_Name$; case 1: mes "Goodluck!"; warp .Map$[0],0,0; close; break; case 2: if(!strcharinfo(1)) { mes "You must have a party in order to enter!"; close; } mes "Goodluck!"; warp .Map$[1],0,0; close; break; case 3: if(getmapusers(.Map$[2]) > 1) { mes "There are people fighting in this map!"; close; } mes "Goodluck!"; warp .Map$[2],0,0; close; break; } end; OnInit: .Npc_Name$ = "[^0000FF "+strnpcinfo(1)+" ^000000]"; setarray .Map$[0],"your_map1","your_map2","your_map3"; end; }
  6. I'm not sure about the filename, but I don't think it's named as deluge, because the skill effect of deluge is just duplicated.
  7. That's actually awesome! Maybe you got a custom grf loaded? I don't think your client is the problem
  8. http://rathena.org/board/files/file/3130-daily-rewards-giver/
  9. You have loaded the NPC multiple times..
  10. Provide some error codes maybe?
  11. Check my script out for your #2 request..
  12. Thanks, though I admit this isn't fully optimized, I might rewrite my scripts in the future..
  13. sandbox

    #kill

    I think he meant the GM hierarchy bypass.. like when you @recall a higher GM, it shouldn't allow you to do that.
  14. Please provide the error that your console is showing, the script works fine for me and also to others.
  15. Yep, try to increase the config limit for statcalc, it's the proper way.
  16. Try looking for spriters in the employment area
  17. Hey, y'all! I just wanted to share with you guys a bunch of jobs & wings sprites I found on my ole' treasure box that i've DL'd a long time ago, and i'm not sure if it's still available somewhere. So I figured, why not share it with everyone since it's free(I guess..) and also for the sake of keeping them alive for the public to utilize! Disclaimer I DO NOT own any of these sprites, I am merely uploading a mirror of them. All credits should go to the respective people who made these. Download: 83 Job Class sprite collection Download: 82 Wings sprite collection
  18. I don't memorize the color hex table.. But it should be a combination of red and green, so try this.. announce "[Event GM] "+strcharinfo(0)+" has rewarded "+.@Rew_Amt+" "+.@itemname$+" to "+.@Rew_Name$+".",bc_all,0x888800;
  19. Yup.. Remove the additional NPC header though.
  20. - script DiceTrigger -1,{ OnMinute00: if(gettime(3) % 2 == 0) donpcevent "DiceTrigger::OnDiceETrigger"; end; }
  21. - script sample -1,{ OnPCLoginEvent: if(rewarded) { bonus_script "{ bonus bMaxHPRate,3; }",9999999; } end; } Try this, the script should work if the player has 'rewarded' variable > 0. Not sure if it would work permanently though.
  22. Nope, hindi na updated ung TXT server ng eAthena. Kelangan na tlga ng mysql.
  23. I'm not sure, but I think anything below 256..
  24. asurahosting(not sure if still available) and nickyzai
×
×
  • Create New...