Jump to content

hakuren

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by hakuren

  1. can you give me one example or any downloadable sprite that has right and left side hand view?
  2. thank you clydelion it perfectly works now using the @refresh when unequiped thank you
  3. it works! but why when i sc_end that sc_hpview it doesn't remove?
  4. only works on rathena? im using svn 650 and i dont know how to add the - pc_has_permission(sd, PC_PERM_VIEW_HPMETER) + pc_has_permission(sd, PC_PERM_VIEW_HPMETER) || + sd->sc.data[sC_HPVIEW] to my: if( (sd->status.party_id && dstsd->status.party_id == sd->status.party_id) || //Party-mate, or hpdisp setting. (sd->state.bg_id && sd->state.bg_id == dstsd->state.bg_id) || //BattleGround (battle_config.disp_hpmeter && (gmlvl = pc_isGM(sd)) >= battle_config.disp_hpmeter && gmlvl >= pc_isGM(dstsd)) ) clif_hpmeter_single(sd->fd, dstsd->bl.id, dstsd->battle_status.hp, dstsd->battle_status.max_hp);
  5. the problem with this the doevent of player 1 is not close so the doevent isnt working but then the script closed the doevent will run i think that is the reason why this not working at all
  6. actually im making a player timer and attached with npc player 1 and player 2 so those to must run the script doevent to run the timer sorry for my bad english sir
  7. how can you give me an example?
  8. i have problem with this attachrid( .@aid_player1 ); warp "prontera",150,150; doevent "test1::test"; attachrid( .@aid_player2 ); warp "prontera",150,150; doevent "test2::test"; close; case 2: mes "Ok"; close; } } - script test1 -1,{ test: sleep2 1000; dispbottom "hhahaha"; end; } - script test2 -1,{ test: sleep2 1000; dispbottom "hhahaha"; end; }
  9. how can attach player 1 and player 2 to attachrid?
  10. i have a script that attach to player 1 and 2 that has doevent but when it warps,the player one didnt receive hhahaha please help me attachrid( .@aid_player1 ); warp "prontera",150,150; doevent "test1::test"; attachrid( .@aid_player2 ); warp "prontera",150,150; doevent "test2::test"; close; case 2: mes "Ok"; close; } } - script test1 -1,{ test: sleep2 1000; dispbottom "hhahaha"; end; } - script test2 -1,{ test: sleep2 1000; dispbottom "hhahaha"; end; }
  11. hehe its ok maybe this is impossible to me done with but thank you for your help sir kaito_kid
  12. yes im actually creating a custom weapon with the sprite i got on a forum so when i already compile it to my client, if it wear on the right hand it show in view that an assassin hold the weapon in right hand but when i equip the other one on the left side no view of the weapon show is there any way that like a knife it show left and right view sorry for my english im not good on it
  13. when one dagger is on the view of the char is only one dagger and when the other one is on the double dagger left and right view of the char's weapon will appear how make that?
  14. can you help me to decmpile my client please? i just want to make one custom job thats all please
  15. hello guys, can i request @cloneself custom command that allow the player to clone him self? is that possible without the @slaveclone?
  16. Change the 3 as you wish. The same for Bio Canibalize. sir the bio Cannibalize i already set it to 3 but i can summon more than so is that this need src modification or not?
  17. T_T so no possibility to make my custom character if im right sir judas?
  18. sorry can i request a xray file for my svn 650 please?
  19. could you teach me how to do it so i really want to create one i mean the custom job class sir could you help me with it please
  20. can someone give me full xray client for svn 650?
  21. hello mga idol kasi gumagwa ako ng custom job hokage actually tpos ko na sya i compile sa server ko bali sa client side nlng eh kso ksi sa guide they using xray kso ung beginner eathena v4 client gmgmit nung lua i think mali tawag ko pwo ung gnun pnu po ba ggwin pra makapag dagdag nun job merun na po ko nung .spr nya bali ilalagay ko nlng po tlga ska compile ko nilng sa RO client side please help me nmn mga idol kung pde or possible ba to or hindi ksi ung sa mount di ko masyadong maintindhan eh about sa hex something please help me po add me po sa FB : [email protected]
  22. the one with lua sir? should i use xray to create new custom job actually i already finish configure it to my server but the vision of the job is getting error so i should turn my client to xray im i right? bump~ can someone tell me if this is possible or not to close the topic please i really need help with this i dont know if the hex should be needed to this kind of problem please anyone help me svn 650 can use xray please.... guys help me thank you so much you can tell me if this is impossible to close this topic waited here for a long time thank you for those who help thank you heres the picture when i use @job 28 im using beginners eathena client
  23. same problem sir
  24. im trying to make a job but i dont want to use xray but i want to use lua is that possible to made if im using lua?
  25. hello guys, i just wanna know how to change the fire wall limit in my server it can only use up to 3 fire walls how can i change it to 5 or 6? in bio cannibalize summon it uses unlimited how can i limit it up to 10 or is there any control at the battle.conf? i just search it for 5hours but i dont know how to limit it please help
×
×
  • Create New...