-
Posts
340 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Eross
-
yay its working fine sir thanks .. I also created a battleconf settings to adjust it on live server
-
Good day ! Does anyone know how to add REPAIR button on a thor patcher?? So players dont need to delete the ".dat" folder manually .theyll just have to click the repair button from patcher .. I just need to know the right codes on config file .. thankyou !
-
Hi sir havent tried yet but I think after you added the conditional statement this should work ..how about for miniboss what condition do I need?
-
Hi ! its also changing normal mob stats sir ..
-
Hi its working now sir ! Is it posible to apply only on MVP sir ???
-
Thankyou thankyou @Rynbef I thought no ones gonna notice my post ... I'll try this when I got home ~
-
Hi ! Is it possible to multiple the stats of all monsters?? Im trying to create a 255 server and I need to increase the STR AGI VIT INT DEX and LUK (ATK and DEF if possible) to x6 .. to match up with players stats ... Thanks
-
Good day ! Is it possible to attach a timer to a certain individual only ? Like instance, but the problem is instance is not an open dungeon for everyone ... I'd like to create a guild dungeon warper that all players inside have their own timer before the map kicks them out .. Example: Player 1 enter the dungeon with 1 hour time limit. then after 5 minutes player 2 enter with same 1 hour time limit but player 1 must end 5 minutes ahead.. The reason for these request is: 1. Allow player to access guild dungeon in a certain time span only 2. Let players encounter other parties or guild inside Please help/enlighten me Thankyou !
-
Instances command for creating a new dungeon.
Eross replied to rokimoki's question in Scripting Support
Thankyou! I figured out earlier and use sleep2 rand(###,###); on script and works fine ..Thankyou !!!! -
Good day ! Recently, we've created an offline server (2010-07-30 version) .Works fine on offline mode .. But after we bought a host (Linux) we suddenly cannot login, it always says rejected to server or failed to login after service selection .. Please help us .thankyou
-
Instances command for creating a new dungeon.
Eross replied to rokimoki's question in Scripting Support
Thankyou for your time guys ! Ilove you all .. I will try this later when I got home -
Instances command for creating a new dungeon.
Eross replied to rokimoki's question in Scripting Support
Good day sir @Emistry . I tried this one for my guild dungeon .. Im planning to make it instance like dungeon .. I've managed to create and enter the dungeon but the weird part is theres no monster inside .. Also Destroy Instance is not working - Id: 22 Name: Guild Dungeon TimeLimit: 7200 Enter: Map: gld_dun01 X: 32 Y: 36 AdditionalMaps: gld_dun02: true gld_dun03: true gld_dun04: true //prontera,155,181,5 script Sample 757,{ brasilis,169,245,3 script Test 860,{ [email protected]_name$ = "Guild Dungeon"; if (!is_party_leader()) end; switch(select( "Create", "Enter", "Destroy" )) { case 1: instance_create([email protected]_name$, IM_PARTY); break; case 2: switch(instance_enter([email protected]_name$)) { case IE_NOMEMBER: mes "ERROR: Party not found."; break; case IE_NOINSTANCE: mes "ERROR: Party does not have an instance."; break; case IE_OTHER: mes "ERROR: Unknown error."; break; default: break; } break; case 3: instance_destroy; break; } close; } -
yhankyou !
-
Hi ! Does anyone know where to find this texture so I can edit it in photoshop ??? Im using 2010 client thanks
-
Hi ! those are from the RMS 6316 and 6283. Both are not working
-
Thankyou for your response but its not working on my server
-
Hi ! Im trying to use other token IDs for non tradable one .. The question is how to make them work ??? Only ID 7621 is working on my server . Thankyou !!
-
Hi ! ive created a script that will dispel specific buffs on changing maps .. its working fine until I upgraded to latest Rathena .. I dont know why ? or maybe my SQL script is outdated ? I dont know ..Please help me thankyou - script dispell_buff -1,{ OnPCLoadMapEvent: [email protected]$ = strcharinfo(3); query_sql ("SELECT `last_map` FROM `char` WHERE `char_id` = "+ getcharid(0), .lastmap$); if ([email protected]$ == .lastmap$) { getmapxy(.map$,.x,.y,BL_PC); end; } else { //sleep2 1000; query_sql "UPDATE `char` SET `last_map` = '"+escape_sql([email protected]$)+"' WHERE `char_id` = '"+getcharid(0)+"'"; //sc_end sc_spirit; sc_end sc_gospel; sc_end SC_POEMBRAGI; sc_end SC_APPLEIDUN; sc_end SC_ASSNCROS; sc_end SC_WHISTLE; sc_end SC_SERVICE4U; //sc_end 37; // holy weapon //sc_end 38; // holy armor sc_end 187; // increase all stat sc_end 194; // increase hit sc_end 196; // increase flee sc_end 198; // max hp increase sc_end 199; // max sp increase sc_end 200; // attach strength sc_end 202; // increase def sc_end 214; // SC_SCRESIST sc_end 175; // POEMBRAGI sc_end 181; // SERVICE4U specialeffect2 235; getmapxy(.map$,.x,.y,BL_PC); end; } }
-
Hi ! Im trying to make a costume that will change player to first and second job but the skills for trans will not be removed .. Anyone please kindly help me .. This is the example for third job changebase roclass(eaclass()|EAJL_THIRD); How to make this for first like magician archer or second like wizard hunter ..Thankyou !
-
Hi ! Lately I created an NPC that will teleport mvp whenever it gets near the portal .. But the problem is it also teleport the near mobs .. How to make it trigger only by MVP monster ?? Thankyou ! - script AntiMVPLure -1,{ OnTouch: end; OnTouchNPC: unitwarp 0,"this", -1, -1; end; }
-
Hi ! May I request for a guild dungeon warper that will function like an instance ? That has a time limit .. I'm currently using latest rathena (YML) .. Please help thankyou guys !
-
Hi ! Is it posible to sell character slots to players ? Like for example player buy 1 slot permanently to his account . VIP can unlock slots but all of them .. I want it one by one . thankyou
-
Hi fellas ! How to fix this issue ? When using Marriage Teleport skill on dead partner, it resurrects it with 2hp ? How to remove resurecting partner to also avoid exploitation on mvp maps . Thankyou !
-
Hi @Emistry and @kohjuliana , do I have to add this codes to all staffs books and rods ? Isnt it possible to be like whats on the default refine adding attack on refine weapons ?? Thanks
-
Hi ! How to add bonus Matk when refining weapons like rods staffs etc ??? Thankyou