Jump to content

n3ySkie

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by n3ySkie

  1. Hello! I’d like to request a command using @allpub. The idea is that the GM will use the command @allpub <Happy New Year>, and as a result, all players in the area will automatically create a chatroom message saying ‘Happy New Year'. thank you
  2. The simplest method is to use body style and rename every third job sprite name to a fourth job sprite name.
  3. i hope there's an update for this one, espcially 2019+ clients
  4. good day guys, how to remove the bonus 30% reudce casting time of bragi's poem
  5. hi guys i want to ask how i change this script to baby 3rd job and baby 2nd job class {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } normal size of 3rd job -Note it change 3rd job Sprite depends on your Job {},{ if(roclass(eaclass()|EAJL_UPPER)) changebase BaseJob; },{ changebase Class; } normal size of 2nd job -Note it change 2nd job Sprite depends on your Job
  6. hello guys i want to asked if there's a script that disabling AFK points when you use dual client. example my main client is getting AFK points, when i login my 2nd account it should not get points. thank you in advanced.
  7. how to be exact and what line should i put the bragis
  8. hello guys i want to ask if there's a way to dispell Clown/Dancer Buffs. ex when im in woe and dispell the clown i cancel his buffs.
  9. - script zxzasasas -1,{ OnCmdHour: dispbottom "Your Server Cash:"; message strcharinfo(0),"Cash Points Total Balance = "+#CASHPOINTS+" Cash Points(s)"; end; OnInit: bindatcmd "points","playerpoints::OnCmdHour"; //@points to view time till next point. } just copy paste "message strcharinfo(0),"Cash Points Total Balance = "+#CASHPOINTS+" Cash Points(s)"; and edit #CASHPOINTS+ depends on your #variables
  10. hi everyone can i ask how to add special effects on mall warper, is it possible you can use high jump in transfering to another map? instead of warp
  11. thanks men i'll try it later hi can i ask do i need to add mob id or just skip and sprite id atw? ok nvm i get it~ thank you anyways
  12. is it posible our player or character ID become NPC Sprite? i've read some threads about it but not all, they say you need to clone your character? but there's no exact guide or script maybe.
  13. hello guys i want to ask how to make invalid command in normal player, let say i'm using gm right now and i left @warp prontera 125 111 in my alt , then i change to normal account i have mistakenly use @warp 125 111 in public, so other's think i'm a gm because i know that command i want to make it invalid when i mistakenly type it.
  14. look its not working. bandicam 2019-02-23 06-26-35-234.avi
  15. im not putting another id because the 657 is the same id of slim potion with brewer name. i wonder why it doesnt work but its the same id
  16. I want to ask if it is possible to use brew slim potion with name of the brewer on it because when i use the top slims. SPP skill dont recognize it, but tried @itemlist its the same id i wonder why it doesnt recognize with name slim potion.
  17. does anyone know how to fix this? need it badly.
  18. annie how about the cell block if someone hide on that cell then the player cant forward because there's a invi player there. BTW its working. emotion is my probleim can emote inside the map i wonder how to disabled it. Cell Block Also can forward.
  19. so there's no fix to it? we need to wait for someone to update it?
  20. good day im requesting a GVG SPECTATOR THAT'S WORKING this one its not working. the .patch file prontera,153,178,4 script GvGPvP Watcher 414,{ if ( select ( "go to pvp", "spectator" ) == 1 ) warp "pvp_y_2-1",0,0; else { pcblockchat getcharid(3), 1; pcblockattack getcharid(3), 1; setoption 0x40, 1; warp "pvp_y_2-1",0,0; } end; OnPCLogoutEvent: setoption 0x40, 0; end; } pvp_y_2-1 mapflag pvp pcblockattack_pcblockchat_20140107.patch
  21. not working in latest rathena. the .patch its different. like this one it doesnt exist if you search in unit.c diff --git a/src/map/unit.c b/src/map/unit.c index a29605f..3472ab3 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1850,7 +1850,7 @@ int unit_attack(struct block_list *src,int target_id,int continuous) npc_click(sd,(TBL_NPC*)target); // Submitted by leinsirk10 [Celest] return 0; } - if( pc_is90overweight(sd) || pc_isridingwug(sd) ) { // Overweight or mounted on warg - stop attacking <------- Cant search in unit.c im using latest rathena. + if( pc_is90overweight(sd) || pc_isridingwug(sd) || sd->state.blockedattack ) { // Overweight or mounted on warg OR pcblockattack - stop attacking unit_stop_attack(src); return 0; } also orig if ( sd->state.blockedattack ) return false; .patch if ( sd->state.blockedattack ) return 0;
×
×
  • Create New...