Jump to content

Emszy

Members
  • Content Count

    21
  • Joined

  • Last visited

Everything posted by Emszy

  1. Sorry for the delay, I had problems with my account in regards with "reset password. Quality: 10/10 Delivery Time: 8/10 Price: 9/10 It took awhile before I got my stuff from him, but man, the compensation of the delivery time was good and I didn't even expected it. I recommend him doing your sprite things in your server!
  2. After a week of having problems with the reset password function, Finally, I can review Daifuku's Service Service 10/10 : I'm very pleased how fast Daifuku delivers what you asked from her service, gets the job done fast. Attitude 10:10: I love how accommodating she is, she always checks on your whether everything is perfect or etc. Bonus: She listens to your rants too! :DDD Design 10/10: Best. 10/10 Don't hesitate to get a service from her, She will make your money worth! I repeat, Don't hesitate! I will also be getting most of my gfx from her starting now.
  3. Give me the whole line and I'll do it for you. Here ya go. Script: <" bonus bStr,2; bonus bDex,2; bonus2 bAddRace,RC_Brute,10; .@r = getrefine(); autobonus "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",3*.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; autobonus2 "{ bonus2 bSPLossRate,5,1000; bonus bBaseAtk,25*.@r; }",.@r,3000,BF_NORMAL,"{ transform 1115,3000; specialeffect2 EF_POTION_BERSERK; showscript \"Traaaansformation-!! Eddga form!!\"; }"; ">
  4. Emszy

    source problem

    I have a problem, whenever I use cloak it suddenly map crashes and this is what I saw in the map-server. im using the lastest git of hercules and a 2012 client.
  5. Emszy

    Alt Q Problem

    Thanks! Solved it.
  6. So yeah I got the lastest revision of the svn and 2012-04-10 client files. How to fix this overlapping stats? :/
  7. Does anyone know how to add sound effect on a certain skill? :/
  8. Already helped him from rAthena, Basic Setup/installation. It seems hindi sya marunong sa lahat.
  9. @@4144 I will try it later on because it just spams like hell on my putty. I can't put plugins nor can make any changes within src if makefile is needed.
  10. Hello. I always get this when compiling. I just added adelays on my server. Any solutions? It only spams like crazy on my putty. :/ make[2]: Leaving directory `/root/trunk'make[1]: Leaving directory `/root/trunk/src/map'make[1]: Entering directory `/root/trunk/src/map'make[1]: Warning: File `Makefile.in' has modification time 3.3e+03 s in the futuremake[2]: Entering directory `/root/trunk'make[2]: Warning: File `src/map/Makefile.in' has modification time 3.3e+03 s in the future CONFIGUREReconfiguring with options: '--enable-64bit'^Cmake[2]: *** [src/map/Makefile] Error 1make[1]: *** [Makefile] Interruptmake: *** [clean] Interrupt
  11. Hi! Do you do job modifcations? Cuz we kinda need one we have alot of ideas and we want it to come alive.
  12. Emszy

    NPC Help

    I was just wondering how can I make my npc work? I'm trying to make it only shows up on 3PM Server time, Once 30,20,10 minutes passed it will announce how many time remaining and it ends on 4PM server time I've tried doing scripts with or without bases all of them failed and didn't work. Here's a final script I've done so far.. *Copied from some event npcs* - script bossnia#disable -1,{OnInit:disablenpc "Bossnia";end;}OnClock1500:goto startbossnia;startbossnia:announce "Bossnia: You wretched players.",0;sleep2 10000;announce "Can you face the wrath of the monsters in my map?",0;sleep2 10000;announce "Come inside if you dare.. *Evil laugh*",0;sleep2 10000;announce "A random NPC showed up in Prontera!",0;enablenpc "Bossnia";initnpctimer;end;OnTimer1800000: announce "Bossnia: Last 30 Minutes before the entrance closes.",0;sleep2 5000;announce "Bossnia: Are all scared? Come on >:)",0;end;OnTimer2400000: announce "Bossnia: Last 20 Minutes before the entrance closes.",0;end;OnTimer3000000:announce "Bossnia: Last 10 Minutes before the entrance closes.",0;end;OnTimer3600000:announce "Bossnia: Times up! I will summon him again tomorrow.",0;OnTimer3610000: disablenpc "Bossnia";stopnpctimer;end;}
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.