Jump to content

tepek

Members
  • Posts

    75
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Poland
  • Server
    Loki
  • Github: tepek

Recent Profile Visitors

2672 profile views

tepek's Achievements

Poring

Poring (1/15)

4

Reputation

  1. tepek

    Ada yang punya npc idRO?

    https://github.com/idathena/trunk
  2. tepek

    GM Sprite

    i see. okay thank you guys
  3. tepek

    GM Sprite

    i diffed my client with NEMO and marked "remove GM Sprites". so let say i want back the GM sprite, so how to do it?
  4. yea i solved it now. also need to change config/batte/client.conf "max_hair_style: 29" before it is 27 tq
  5. yea i just found out about it yesterday haha
  6. { bonus3 bAutoSpell,\"NPC_EARTHQUAKE\",1,200; } is the earthquake working?
  7. @crazyarashi @FXFreitas thank you for quick reply i try both now
  8. so i bump into this and found new hairstyle which i never seen before. is this available on rathena and how to get them?
  9. so based on your script i changed abit for imitated the biolab mvp aura and time interval. 31089,C_Exploding_Crimson_Flame,Costume Exploding Crimson Flame,4,0,,0,,,,0,0xFFFFFFFF,63,2,2048,,1,0,0,{},{ while(isequipped(31089)){ specialeffect2 455; sleep2 24000; } },{} it is not perfect since it has time interval when i change map(so no aura visible) but this is still close enough for me to use. thank you for spending time on my problem @Technoken my GX looks more badass than before xD
  10. i think thats too complicated. i just want its effect on character, not change aura. i try look again
  11. hi i want to make this effect of biolab mvp on the item. but the view id currently not available. anyone can help me how to put script the effect into the item? i think it is using "misceffect" command or am i wrong? if true how to use the command? edited: not actually change the character aura. i want the the biolab effect is attached to the item https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt
  12. ok i think i find one that suits but im still not sure and need opinion from you guys. i think item 31089 have similar effect with Fury skill (although it is in crimson/red color). option 1; 31089,C_Exploding_Crimson_Flame,Costume Exploding Crimson Flame,4,0,,0,,,,0,0xFFFFFFFF,63,2,2048,,1,0,0,{},{ sc_start SC_FURY,-1,0; },{ sc_end SC_FURY; } this will give me Fury bonus isnt it? so i think this is not good. but if i use this? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt how to implemented "misceffect" on item script? edited; i've found even better which is effect of biolab when angry mode. i think its possible to do this. i need a bit help guys.
  13. i see. thats explain why. i patiently wait for this one. tq for the info
  14. yes tried that and i got sprite error from client.
  15. item 31089 Costume Exploding Crimson Flame is so cool. but it missing view id. so hopefully anyone can share please
×
×
  • Create New...