-
Posts
446 -
Joined
-
Last visited
-
Days Won
2
Community Answers
-
Magnetix's post in need help.. If item is equip in source code was marked as the answer
if (sd->equip_index[EQI_HEAD_TOP] >= 0 && sd->inventory_data[sd->equip_index[EQI_HEAD_TOP]]->nameid == 19001) skillratio += 500 + 40 * skill_lv; else skillratio += 300 + 40 * skill_lv; break; Make sure to recompile.
-
Magnetix's post in On Touch VIP Healer was marked as the answer
- script Healer -1,{ OnTouch: if((getgroupid() < 1)) goto normal_player; if((getgroupid() >= 2)) goto vip_player_ouro; if((getgroupid() >= 1)) goto vip_player_prata; end; for this to work, add range or how far from the npc to trigger.
example, change
alberta,25,240,6 duplicate(Healer) Curandeira#alb 936 to
alberta,25,240,6 duplicate(Healer) Curandeira#alb 936,3,3
-
Magnetix's post in installation cents 7 x64 and mariadb was marked as the answer
Since you've followed the guide, you can grant the user access through the part
mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON rathena4444\_rag.* TO 'rathena4444'@'your-ip';
-
Magnetix's post in Basic Rental Script.. was marked as the answer
Try this
comodo,191,157,4 script Set of the day 83,{ if (rewarded > gettimetick(2)) close; mes"[Set of the day]"; mes "Welcome to FiestaRO!"; mes "Ready to receive your set of the day?"; next; mes "[Set of the day]"; mes "Today's set is called ^FF0000 The Great Madara ^000000."; mes "Set of the day only last for ^00FF00 3 hours ^000000 so make it count!"; sleep 1000; rentitem 31874,10800; sleep 5000; rentitem 31895,10800; sleep 1000; set rewarded, gettimetick(2) + 86400; close; } -
Magnetix's post in Problems with Skill Levels was marked as the answer
are you able to reproduce this bug with the current revisions?