-
Posts
30 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Black
-
bakit po ayaw gumana ng mga shortcut key ko
Black replied to reynaldo009's topic in Tulong para sa Client
Edit your clientinfo and repack it in your grf file. Post mo pati yung mga error na nakukuha mo. Hirap kasi determine kung ano problema kung di naman natin alam kung san mag start diba. -
Pwede post mo po mga errors na nakukuha mo. Di naman kasi makakatulong kung di naman namin alam kung ano problema mo eh. There are a million reasons para di ka maka-connect sa server.
-
If you want your dispell to work the way you mentioned, post ka ng new topic sa source codes request. Meron din ako fix jan eh. About sa ibang issue, pwede post mo client version mo.
-
I don't quite get your question. Ano hinahanap mo? You want the source codes for the @monsterbig command?
-
He's a Rune Knight po ate.
-
http://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/page__pid__52886#entry52886
-
MGa Idol, pa help naman po manggawa ng custom OBB
Black replied to buda's topic in Tulong para sa Script at Database
Go to your db folder > item_bluebox then edit freely. The numbers in front represent GroupID, ItemID, Rate (percentile of change to get the item) -
Wrong lua files po gamit nya. Also, seems to me that he mixed some files galing sa ibang server sa server mo if he's getting that on his log in screen Make sure na compatible files ang gamit nya or just make a full installer for your server.
-
Can you be more specific po?
-
Client Version is 1/1/11 bump No one? =( Bump again.
-
I'm kinda confused about scripting items and I read numerous guides including these ones: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_db.txt https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt But I still don't understand most of the numbers that are associated with the item scripting. Like for example this: //Wing 24000,Edens_Judgement,"Eden's Judgement",5,100,,10,,5,,1,0xFFFFFFFF,7,2,512,,,1,,{bonus2 bAddRace,7,15; bonus2 bAddEff,Eff_Stone,500; bonus2 bAddEff,Eff_Curse,1000; },{},{} I don't understand the number sequence and the comma's and stuff. I want to make an item with this effect: +10 INT with +5%MATK +10STR with +5%ATK A headgear with 2 slots Those are just examples of what I want but I'm really eager to learn item scripting myself. So far I'm only decent with NPC scripting and some source coding but want to widen my expertise. I wish someone can explain to me thoroughly on how to exactly script items. Thanks in advance.
-
GUsto mo ba na hiwalay sa mismong WoE? Kasi pwede mo naman i-edit lang yung time cycle ng WoE para it stays on 24/7
-
Full Chemical Protection NPC script
Black replied to abi200501117's topic in Dito mag request ng Script at Database
Yeah gamitin nyo yang bigay ni Euracharist then para sa link eto. Full Linker NPC po yan. prontera,151,189,5 script Soul Linker 59,{ mes "[soul Linker]"; mes "Good day my friend. I am the Soul Linker"; mes "I can link your soul to the Valkyrian Gods to increase your abilities"; mes "Do you want to try?"; next; switch(select ("Yes,please:Sorry, I am not interested")) { Yes (Case 1): next; mes "[soul Linker]"; mes "Ok.Please select which spirit you would like to be linked to."; mes "Please be adviced that you can only be linked to a soul with the same job as you"; mes "Please select your job from the following list."; next; switch(select ("Monk:Star Gladiator:Sage:Crusader:Super Novice:Knight:Wizard:Priest:Assassin:Rouge:Blacksmith:Hunter:Soul Linker")) { case 1: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_MONK,360000,5; skilleffect 447,0; mes "Thank you! And I hope to see you soon again."; close; case 2: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_STAR,360000,5; skilleffect 448,0; mes "Thank you! And I hope to see you soon again."; close; case 3: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SAGE,360000,5; skilleffect 449,0; mes "Thank you! And I hope to see you soon again."; close; case 4: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_CRUSADER,360000,5; skilleffect 450,0; mes "Thank you! And I hope to see you soon again."; close; case 5: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SUPERNOVICE,360000,5; skilleffect 451,0; mes "Thank you! And I hope to see you soon again."; close; case 6: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_KNIGHT,360000,5; skilleffect 452,0; mes "Thank you! And I hope to see you soon again."; close; case 7: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_WIZARD,360000,5; skilleffect 453,0; mes "Thank you! And I hope to see you soon again."; close; case 8: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_PRIEST,360000,5; skilleffect 454,0; mes "Thank you! And I hope to see you soon again."; close; case 9: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ASSASIN,360000,5; skilleffect 455,0; mes "Thank you! And I hope to see you soon again."; close; case 10: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ROUGE,360000,5; skilleffect 456,0; mes "Thank you! And I hope to see you soon again."; close; case 11: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ASSASIN,360000,5; skilleffect 457,0; mes "Thank you! And I hope to see you soon again."; close; case 12: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_BLACKSMITH,360000,5; skilleffect 458,0; mes "Thank you! And I hope to see you soon again."; close; case 13: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_HUNTER,360000,5; skilleffect 460,0; mes "Thank you! And I hope to see you soon again."; close; case 14: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SOULLINKER,360000,5; skilleffect 461,0; mes "Thank you! And I hope to see you soon again."; close; } No (Case 2): next; mes "[soul Linker]"; mes "Have a nice day."; close; } } -
Assasin Soul Link NPC script
Black replied to abi200501117's topic in Dito mag request ng Script at Database
You didn't state if you wanted the NPC to charge a cost but I made one for a free Soul Link Service prontera,151,189,5 script Soul Linker 59,{ mes "[soul Linker]"; mes "Good day my friend. I am the Soul Linker"; mes "I can link your soul to the Valkyrian Gods to increase your abilities"; mes "Do you want to try?"; next; switch(select ("Yes,please:Sorry, I am not interested")) { Yes (Case 1): next; mes "[soul Linker]"; mes "Ok.Please select which spirit you would like to be linked to."; mes "Please be adviced that you can only be linked to a soul with the same job as you"; mes "Please select your job from the following list."; next; switch(select ("Monk:Star Gladiator:Sage:Crusader:Super Novice:Knight:Wizard:Priest:Assassin:Rouge:Blacksmith:Hunter:Soul Linker")) { case 1: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_MONK,360000,5; skilleffect 447,0; mes "Thank you! And I hope to see you soon again."; close; case 2: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_STAR,360000,5; skilleffect 448,0; mes "Thank you! And I hope to see you soon again."; close; case 3: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SAGE,360000,5; skilleffect 449,0; mes "Thank you! And I hope to see you soon again."; close; case 4: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_CRUSADER,360000,5; skilleffect 450,0; mes "Thank you! And I hope to see you soon again."; close; case 5: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SUPERNOVICE,360000,5; skilleffect 451,0; mes "Thank you! And I hope to see you soon again."; close; case 6: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_KNIGHT,360000,5; skilleffect 452,0; mes "Thank you! And I hope to see you soon again."; close; case 7: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_WIZARD,360000,5; skilleffect 453,0; mes "Thank you! And I hope to see you soon again."; close; case 8: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_PRIEST,360000,5; skilleffect 454,0; mes "Thank you! And I hope to see you soon again."; close; case 9: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ASSASIN,360000,5; skilleffect 455,0; mes "Thank you! And I hope to see you soon again."; close; case 10: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ROUGE,360000,5; skilleffect 456,0; mes "Thank you! And I hope to see you soon again."; close; case 11: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_ASSASIN,360000,5; skilleffect 457,0; mes "Thank you! And I hope to see you soon again."; close; case 12: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_BLACKSMITH,360000,5; skilleffect 458,0; mes "Thank you! And I hope to see you soon again."; close; case 13: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_HUNTER,360000,5; skilleffect 460,0; mes "Thank you! And I hope to see you soon again."; close; case 14: next; mes "[soul Linker]"; mes "Here you go!"; sc_start SL_SOULLINKER,360000,5; skilleffect 461,0; mes "Thank you! And I hope to see you soon again."; close; } No (Case 2): next; mes "[soul Linker]"; mes "Have a nice day."; close; } } -
Help Nyo po ako mga pinoy
Black replied to symond10's topic in Dito mag request ng Script at Database
Try this prontera,151,189,5 script Donation Manager 915,{ mes "[Donation Manager]"; mes "I am the Donation Manager."; mes "I can trade your Proof of Donation for premier donation equipment."; mes "Do you want to try?"; next; switch(select ("Yes,please:Sorry, I am not interested")) { case 1: next; mes "[Donation Manager]"; mes "Ok.Make sure to be certain of the items you select. All trades are considered FINAL!"; mes "Which donation item would you like to have?"; next; switch(select ("Name of item #19005:Name of item #9147:Name of item #9145")) { case 1: next; if (countitem(7179) < 15) goto LG_Check; delitem 7179,15; mes "[Donation Manager]"; mes "Here you go! Thank you! And I hope to see you soon again."; getitem 19005,1; close; case 2: next; if (countitem(7179) < 15) goto LG_Check; delitem 7179,15; mes "[Donation Manager]"; mes "Here you go! Thank you! And I hope to see you soon again."; getitem 9147,1; close; case 3: next; if (countitem(7179) < 15) goto LG_Check; delitem 7179,15; mes "[Donation Manager]"; mes "Here you go! Thank you! And I hope to see you soon again."; getitem 9145,1; close; } } -
help namn po sa 2deadly max combo script
Black replied to madafackasana's topic in Tulong para sa Script at Database
You want to limit the usage of stackable cards or card combos to only 2 is that right? If so can you be more specific on what card combo. -
*facepalms* Completely misunderstood -___-
-
Thats what I thought at first but ermmm who doesn't want 3rd jobs lol. (besides from the ugly sprites) 3rd jobs are awesome. Atleast that's what my players tell me lol.
-
Try this
-
Just curious. Why edit it to a similar effect to Judex and Adoramus (3rd Job skills of Priest)?
-
Thank you so much for this. I really appreciate all the help. =)
-
First of all I want to apologize for I am not certain if I posted this in the right section. I was browsing for answers similar to my issue but have not found anything yet. My Problem: Basically whenever someone opens/hatches a pet around me (or should I say on anyones screen range) we get this error Everyone around the player that hatched the pet gets this error besides from the hatcher himself. Does anyone know how to resolve this? Your help is highly appreciated. Thanks in advance.
-
So for the past few days, I have been trying to figure out how to make Soul Link Scrolls that last for only 2 mins. With little luck I was basically a fail so here I am asking if someone knows how to do it. For the card album, I actually want something unique like "Ancient Card Album" that gives mini-boss and boss cards. Ratio of success for it would probably be around 20 mini-boss cards:1 Boss Card. Can someone please help me out with this. It's literally spliting my head in half. O_o Thanks in advance guys!
-
OhMyGawd!!! Emistry thank you so much.