Jump to content

miczster

Members
  • Posts

    275
  • Joined

  • Last visited

Everything posted by miczster

  1. Can I request Taeko to switch the back part to front view and vice versa??? I can't decide which is better....
  2. how about the item2_db..try putting something on it
  3. THX Taeko !!! your edit so far better than the one I did...+1 !! may I ask what you used to edit the sprite??
  4. bump
  5. I found out the problem...the player can't attack the emperium unless it has a guild...xD
  6. I wanna request for an edit on this sprite below (tried editing it and it ddnt look so good). I would like to replace Mark to Micz because I wanna make this the cap of my gm char (Micz). (you can change the font if its necessary) I already scanned this and made the rar myself so I ensure you no viruses with this file. THX n advance!!! mcap.rar
  7. u mean compatible RagExe for that data folder??? Its 2011 03 15 and 2011 06 09...hope this helps!!!
  8. Hi everyone.,,after adding a custom mob..edited everything according to rathena wiki then when I started the .exe it shows these messages below...I'm using 2010-06-16 ragre
  9. Is it just me or the corrected sprites isnt compatible with blank eyes(doesnt show when equipped)
  10. all your concerns can be solved by Harmony ...so I recommend getting it!!!
  11. same here dude....I edited everything and read up every post like this topic still can't resolve it...I can WARP mapname but @go mapname warps me prontera!!!
  12. THX dude...SOLVED !!! haha
  13. I added a custom map (Mellina town) in my test server and I was wondering on how to add castle flags (ex. Rothenburg) in a particular spot in the map. I tried searching but ended up in "adding custom map guides", anyone pls Help?? THX n Advance guys!!!
  14. @AnnieRuru THX for testing the script in your test server...It helped me confirm its not the script itself thats the problem. @Joseph Thx dude,,,,your suggestion fixed my problem!! it was the OnKill part that's messing it up in my server.. SOLVED !!
  15. replaced it...still the same Rejected
  16. Hi everyone,,,I decided to add a gold room yesterday and I found this script...The sad part is the PECOS didnt drop anything and there's an error in the script...anyone who can help me fix it????? //===== eAthena Script ======================================= //= Treasure Room //===== By: ================================================== //= nostafu //===== Current Version: ===================================== //= v.1 //===== Compatible With: ===================================== //= Any eAthena Version //============================================================ //========== Treasure Room Settings ========================== ordeal_2-1.gat mapflag noskill ordeal_2-1.gat mapflag nosave SavePoint ordeal_2-1.gat mapflag nomemo ordeal_2-1.gat mapflag nobranch ordeal_2-1.gat mapflag noexp ordeal_2-1.gat mapflag nodrop ordeal_2-1.gat mapflag nochat ordeal_2-1.gat mapflag novending ordeal_2-1.gat mapflag nowarp ordeal_2-1.gat mapflag nowarpto ordeal_2-1.gat mapflag noreturn //ordeal_2-1.gat mapflag pvp //ordeal_2-1.gat mapflag pvp_noguild ordeal_2-1.gat mapflag noloot //=========================================================== //=== Mobs //=========================================================== - script trum_v1 -1,{ OnInit: // Target Mobs monster "ordeal_2-1",0,0,"Gold Mob",1369,150,"trum_v1::OnKill"; end; OnKill: getitem 7444,1; monster "ordeal_2-1",0,0,"Gold Mob",1369,1,"trum_v1::OnKill"; } //=========================================================== //=== Exit Warper //=========================================================== ordeal_2-1,154,156,4 script Treasure Miner 826,{ mes "[Treasure Miner]"; mes "Would you like to go back to prontera?"; next; menu "Yes",M_TELEPORT,"No",M_Bye; close; M_TELEPORT: mes "[Treasure Miner]"; mes "Thank You for mining!!."; next; warp "prontera",155,180; end; M_Bye: mes "[Treasure Miner]"; mes "Alright, Go get more Treasure Boxes~."; close; } //=========================================================== //=== Warpers //=========================================================== prontera,165,152,4 script Treasurer#prt::Treasurer 804,{ mes "[Treasurer]"; mes "Hi There, Would you like to go to the Treasure Room? You need 100,000z to go inside."; next; switch(select("Yes. Ahoy!:No")) { case 1: if (Zeny > 99999) { mes "[Treasurer]"; mes "Alright I will now send you to the Treasure Room, Take Care!."; next; set Zeny,Zeny-100000; warp "ordeal_2-1",156,155; emotion 21; close; } else { mes "[Treasurer]"; mes "Sorry, But you don't have enough zeny."; close; } case 2: mes "[Treasurer]"; mes "Alright, No problem."; close; } } //=========================================================== //=== NPC Clones //=========================================================== aldebaran,133,116,4 duplicate(Treasurer) Treasurer#alde 804 alberta,23,247,4 duplicate(Treasurer) Treasurer#alb 804 payon,151,182,4 duplicate(Treasurer) Treasurer#pay 804 geffen,115,74,4 duplicate(Treasurer) Treasurer#gef 804
  17. anyone??? still having the same problem with other maps,...been troubleshooting for some time now/// AnnieRuru??? tried it already???
  18. THX Emistry,,,its almost exactly what I want...btw if I like to trap lvl 150-254 for the npc to enable leveling up///how do i insert that??
  19. Hi I wanna request for an npc that will automatically level up a char in a minimum lvl and automatically resets stats and skill points. player must have a choice to level or cancel...THX n ADVANCE!!! example: 150-254 to 255
  20. THX everyone especially mindstream for providing the exact item...SOLVED!
  21. anyone have??? bump the original file is found here http://rathena.org/board/files/file/2581-equilibrium-wings/
  22. can I ask for that map..?? I wanna try sumthing tested
  23. I recommend you use 2010-06-16...its stable, all in game options are translated to English... http://rathena.org/tools/diff_patcher.php?client=2010-06-16aRagexeRE try also to find its corresponding data folder...hope this helps!!!!
  24. btw what map did you add??? I havent add any successfully myself and idk whats wrong
×
×
  • Create New...