Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/24/21 in Posts

  1. Go to: data/luafiles514/lua files/datainfo/spriterobeid.lub || spriterobename.lub
    1 point
  2. Check these changes. I managed to make this work. Made some updates. getequipid(8) == 6010 && getequipid(6) == 5009 /* Author Goddameit Version 2013/02/06 Web http://bit.ly/MDuQ9F */ function script Minner_Main { if( getarg(0) == 2 ) { undisguise; if( strcharinfo(3) == "manuk" ) warp "SavePoint",0,0; end; } else if( strcharinfo(3) == "manuk" && getequipid(8) == 6010 && getequipid(6) == 5009 ) { if( getarg(0) == 0 ) disguise 1169; if( getarg(0) == 1 ) { set .@r, rand(1000); if( .@r < 700 ) getitem 1002,1; else if( .@r >= 700 && .@r < 990 ) getitem 757,1; else getitem 756,1; specialeffect2 154; }else ; return; } else ; return; } - script Minnerx -1,{OnLill: set .@t,1;OnInit: if(!.@t)set .@t,100; monster "manuk",0,0,"--ja--",1907,.@t,"Minnerx::OnLill"; end; } I updated the Pickaxe, from bonus bAtkRate, -100, to bonus bAtkRate, -99. 6010,Pickaxe,Pickaxe,4,10,,10,10,,1,0,0xFFFFFFFF,7,0,34,0,0,0,0,{ bonus bAspd,-30; bonus bCritical,100; bonus bAtkRate,-99; autobonus "{ callfunc \"Minner_Main\",1; }",10000,1,BF_WEAPON; },{ callfunc "Minner_Main",0; },{ callfunc "Minner_Main",2; }
    1 point
  3. Question, what class are you trying to level up? cause if you check the error it might be a skill_db issue as the pc_checkskill said its an invalid skill id or maybe you change something inside the src on skill.cpp.
    1 point
  4. This does not mute the player but you can use this https://github.com/rathena/rathena/blob/f350de1e3149b6a60fddf88268443e611c2b4412/conf/battle/client.conf#L14
    1 point
  5. This event script is from Mabuhay. I just modified it for additional - Event Cash Variable 1 - Event Cash Variable 2 - Event Cash Variable 3 I added also @checkpoints to check your remaining Event Cash Variable if you want to remove Event Cash Variable 3 just Remove or Put // : //setd $event_var3$, getd($event_var3$)+$event_var_gain3; Remove or Put // : //dispbottom "You gained "+$event_var_gain3+" "+$event_var_name3$+". You now have "+getd($event_var3$)+" "+$event_var_name3$+"."; Remove or Put // : //dispbottom "You currently have " +$event_var_gain3+ " Event Cash Variable 3"; Credits to @Mabuhay for his Event Script. Modified Mabuhay Event.txt
    1 point
  6. Greetings, everyone. New content for Valentine's Day were added: Valentine's Day 32bit Headgear Auras All of them available in 12 colours. And if you haven't had the time, I've also recently added a new freebie:
    1 point
  7. Okay, Here it is: Map data.rar Sprite sdata.rar Database database.rar Hmm? try @reloadscript Please report any bug or error found, Thank you!
    1 point
×
×
  • Create New...