Jump to content

Emonizer08

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by Emonizer08

  1. 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
  2. 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.
  3. how to be exact and what line should i put the bragis
  4. 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.
  5. - 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
  6. 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
  7. 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
  8. 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.
  9. 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.
  10. look its not working. bandicam 2019-02-23 06-26-35-234.avi
  11. 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
  12. 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.
  13. does anyone know how to fix this? need it badly.
  14. 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.
  15. so there's no fix to it? we need to wait for someone to update it?
  16. 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
  17. 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;
  18. not working, though i can use now wall of fog in LAND PRO but didnt block attacks~
  19. good day, i want to request if there's any code to allowed wall on fog in land pro? thanks in advance.
  20. good day guys i want to ask how to fix my problem, SPP [ Slim Potion Pitcher] cant recognized my rank slim potion how to fix it? thank you in advance
  21. good day everyone, i have a request if its possible that Bragis Poem only half effect on Archer Class? Pre-Renewal, any thoughts?
  22. hi guys i want to request a script of war watcher i found one but its a lot of bugs on it i think, because after you entered the map other player see your mute balloon, and if the spectator near you it causing cell block for the player. PROBLEM OF THE SCRIPT DOWN BELOW: 1. After you Entered Every One See your Mute Balloon 2.Cell Block if spectator is on the same cell of the player 3. After you Recon Mute and hide is still on, even though it has a Exit NPc but i want is after you spectate mute and hide will be remove.
  23. sir no need for that no points will gain outside the said map "aldeg_cas03" proven and tested thank you
×
×
  • Create New...