Jump to content

AtotheUtotheGtotheUST

Members
  • Posts

    20
  • Joined

  • Last visited

3 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1696 profile views

AtotheUtotheGtotheUST's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Can anyone help me how to do this Tree of Savior font damage?
  2. What lua files should I use for 2010-11-24 client? Someone please give me a link. I can't change my shortcut keys.
  3. I'm using 2010-11-24 client. What data folder should I use? I can't edit my Alt + M shortcut keys. I tried data_v2.0 from http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ and I can't use Alt + M anymore. LOL
  4. @Winz & HD Scripts That's what I did before but I think I'll just have to remake all the script. Thanks though.
  5. My script works fine on rAthena But I got this error after I tried on eAthena
  6. I did read the rules. And the topic is kinda different but okay I reported it.
  7. Thanks for this El Dragon. I fixed my script with OnTouch but only 1 problem, if you click the NPC it won't work. Same with your script I guess?
  8. Still not working. No error on map server. I'll just try the OnTouch script. Still not working. No error on map server. I'll just try the OnTouch script. I fixed it. I just used OnTouch.
  9. Does anyone know how to make this kind of script on eAthena server? Auto Heal, Agi Bless, Auto Repair, Auto Magnify and auto remove abnormal status in 1 NPC?
  10. It's okay, don't sweat it oh, forgot about those lines. [paste=1bhnsnntfk9] Still not working Winz. No error on map server. Only the NPC loaded though. and I tried to remove some of your script at the bottom after because my script has it already but still not working. Paste: 6xq8wp34s2pq
  11. Hi Winz, thanks for the response but I still got this error. Can you just make me a simple script? I just want all auto heal+agi bless, auto repair, auto magnify and auto remove abnormal status like my script.
  12. prontera,158,193,4 script Healer 742,13,13,{ .@Delay = 5; // Heal delay, in seconds if (@HD > gettimetick(2)) end; getmapxy( .@map$, .@x, .@y, 0 ); if( distance( .x, .y, .@x, .@y ) <= 5 ) if( hp != maxhp ) sc_end sc_stone; sc_end sc_freeze; sc_end sc_sleep; sc_end sc_curse; sc_end sc_silence; sc_end sc_confusion; sc_end sc_blind; sc_end sc_bleeding; sc_end sc_decreaseagi; sc_end sc_poison; sc_end sc_hallucination; sc_end sc_stripweapon; sc_end sc_striparmor; sc_end sc_striphelm; sc_end sc_stripshield; sc_end sc_changeundead; sc_end sc_orcish; sc_end sc_berserk; sc_end sc_ske; sc_end sc_swoo; sc_end sc_ska; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Delay) @HD = gettimetick(2) + .@Delay; getinventorylist; while( .@i < @inventorylist_count ){ if ( !@inventorylist_identify[.@i] ){ delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } .@i++; } while (getbrokenid(1)) { repair(1); set .@i, .@i +1; } end; getinventorylist; while( .@i < @inventorylist_count ){ if ( !@inventorylist_identify[.@i] ){ delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } .@i++; } end; } This script works fine on rAthena but I want to use this script on my eAthena server. How come there's an error? Can anyone please fix this for me?
  13. Can anyone please give me a link of data folder and lua files for 2010-07-30 client? I tried too many data folders already but my chatbox still messed up. Can't use Alt + M & Alt + L and emotion. Edit: Fixed using http://www.eathena.ws/board/index.php?showtopic=230035
×
×
  • Create New...