Jump to content

Emszy

Members
  • Content Count

    21
  • Joined

  • Last visited

Posts 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. :D


  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. 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

  5. @@Emszy

     

    You have a } to much, this way the rest of the script can't work.

    prontera,98,254,5    script    Bossnia    792,{     mes "[" + strnpcinfo( 1 ) + "]";    mes "Hi!~";    close;    OnInit:        disablenpc "Bossnia";    end;    }-    script    BossniaManager    -1,{    OnClock1500:        announce "Bossnia: You wretched players.", bc_all;        sleep 10000;        announce "Can you face the wrath of the monsters in my map?", bc_all;        sleep 10000;        announce "Come inside if you dare.. *Evil laugh*", bc_all;        sleep 10000;        announce "A random NPC showed up in Prontera!", bc_all;                enablenpc "Bossnia";        initnpctimer;    end;    OnTimer1800000:        announce "Bossnia: 30 Minutes before the entrance closes.", bc_all;            sleep 5000;        announce "Bossnia: Are you all scared? Come on >:)", bc_all;    end;    OnTimer2400000:        announce "Bossnia: 20 Minutes before the entrance closes.", bc_all;    end;    OnTimer3000000:        announce "Bossnia: 10 Minutes before the entrance closes.", bc_all;    end;    OnTimer3600000:        announce "Bossnia: Times up! I will summon him again tomorrow.", bc_all;        disablenpc "Bossnia";        stopnpctimer;    end;}

    I tried this but didn't work also.. I tried copying other automated events for this and none of them worked.


  6. 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.