Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. Hope rAthena can add this feature. It was very useful automatically @autotrade, players save on @autotrade mode when Map server crash
  2. my test script prontera,150,168,4 script summonnpc 719,{ monster "prontera",153,166,"--ja--",1023,1; Close; } prontera,153,168,4 script INVINCIBLEnpc 719,{ areamobuseskill "prontera",153,166,55,1023,685,1,0,0,26,0; Close; } prontera,156,168,4 script INVINCIBLEOFFnpc 719,{ areamobuseskill "prontera",153,166,55,1023,686,1,0,0,26,0; Close; } When the summoned Orc Warrior become INVINCIBLE everything work as intended but it cant return to non-INVINCIBLE status. Is there anything wrong? any help?
  3. 1777
  4. clif_changelook(&sd->bl,LOOK_HEAD_TOP,471); sd->sc.opt1 = OPT1_SLEEP;
  5. - script Sample -1,{ OnWhisperGlobal: if( getgmlevel() < 40 ) end; mes "Please insert the Item ID"; input .@ItemID; set .@size,getarraysize(.Forbidden); for( set .@i,0; .@i < .@size; set .@i,.@i + 1 ) if( (.@ItemID == .Forbidden[.@i] && getgmlevel() <= .MinGMLevel) || (.@ItemID == .Forbidden2[.@i] && getgmlevel() <= .MinGMLevel) ){ mes "Sorry you cant create this item."; close; } mes "Input the Amount"; input .@Amount; mes "DOne."; getitem .@ItemID,.@Amount; close; OnInit: set .MinGMLevel,50; setarray .Forbidden[0],501,502,503....128 elements; setarray .Forbidden2[0],504,505,506; end; }
  6. bump ! need help ~~ !!!
  7. Same situation, only the ppl with max damage can get the mvp prize. I think that setting only effect event precedence.
  8. Hi~rAthena friend, Does anyone know how to edit src to let the player with the last hit getting the mvp prize ? Need kindly help, thanks in advance.
  9. 1532
  10. I have ever seen someone create small app to copy act/srp file and rename to each jobname
  11. Is it possible and how to enable coredumps on windows xp ?
  12. extract it from offical grf by youself
  13. 6000 shooud be byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3BEC:232:112 byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3BED:3:23 byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3C05:232:112 byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3C06:3:23 byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3CA7:232:112 byte_[Add]_Increase_Headgear_ViewID_to_6000:2C3CA8:3:23
  14. Does it work with kro client ?
  15. 912
  16. Hi~ rathena I have added many custom mobs in mob_db2.txt before, but since rathena remove one field and now it wasn't suitable to use . I wonder is there any tip or tick or tool to convert old mob_db.txt to new mob_db.txt? Edit : Problem solved. Thank Gepard for providing that convenient tool
  17. the end of the menu muste be ;
  18. 518
  19. if(!@e){ bonus bDelayRate, -15;set @e,1;}
  20. something like this topic ? http://www.eathena.w...howtopic=271262 script version http://www.eathena.ws/board/index.php?showtopic=269946&start=0&p=1483836entry1483836
  21. add all 1nd class Pushcart skill in skill_tree.txt class_id,39,1,0,0,0,0,0,0,0,0,0,0 //Pushcart
  22. yup,I think his purpose is to avoid the same computer using multiple windows
  23. 471
×
×
  • Create New...