junjun7981
Members-
Posts
25 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by junjun7981
-
Hello again everyone. I would like to ask if there is a script code for custom bonus status effects like "Hard Defense" Chance to inflict Fixed Damage" "Chance to receive no damage". for example A card that gives user to inflict 10,000 fixed damage to any class. < ---- More on like Chance to Deal Fixed damage on enemies. and a counter card that negates the enemy from the other card. and a second one is the hard defense <---- more on like when the attacker deals 10,000 damage, the user with hard defense card or item will reduce the damage by 2% so it will become 9,800 thankyou, will try to explain more if someone has an interest on helping out.
-
Hello again is it possible to bypass or ignore skills such as kyrie, pneuma, and other buffs skills. for example “theres is 1% chance to ignore targets pneuma when dealing magical, physical and long range attack”. and also for reflect ”there is 10% chance to ignore opponents reflect when dealing damage”.
-
can you share? never played NYRO. but if its like this one i want to try it. thanks no errors. Bump bump....
-
its not changing the max_hp but for example the diff the i send here is players can exceed the number of max_hp if used on item script example // Maximum HPs depending on base level. Default values are: // Lv 99: 330000 // Lv150: 660000 // Lv175: 1100000 max_hp_lv99: 330000 max_hp_lv150: 660000 max_hp: 1100000 // Maximum SP. (Default is 1000000) max_sp: 1000000 then if Script: <" bonus bBreakHPLimit,1 "> players will exceed max_hp.
-
bump....
-
how to make a gold room with daily limit like Per IP Address can only enter the gold room 3 times a day and if (#FARMER == 1) can enter 5 times a day. can you guys help me thanks.
-
bump bump.... Bump...
-
Help me make this work on the updated trunk thanks. "bonus bBreakHPLimit,1" <--- exceed the max HP of the server i cant make it work because i dont know to change it for 99 and 150 level. thanks ins advance breakhplimit.diff
-
Orb refiner for item with random-option NPC
junjun7981 replied to nutminemz's topic in Utility Script Releases
can you make an option where you can configure the script to choose what slot is only available //--------------------------------------------------------------// //here you can make a specific slot number for each kind //0 = all 4 slot ,1 = last 3 slot ,2 = last 2 slot ,3 = last 1 slot //--------------------------------------------------------------// .slot_count_Weapon = 0; .slot_count_Armor = 2; .slot_count_Shield = 2; .slot_count_Germent = 2; .slot_count_Shose = 2; .slot_count_Accessary = 2; .slot_count_Upper = 2; .slot_count_Middel = 2; .slot_count_Lower = 2; -
Enchanter that can enchant 1st to 4th slot
junjun7981 replied to Critica's question in Script Requests
can i know, how to change directly to the 3nd slot and 4th slot only? -
please help me to make this item script. Regenerate 5% of MaxHP per seconds. and Absorb 2% HP from physical damage taken.
-
hi i would like to ask for these sprites. thanks in advance
-
Chris' Script Collection [Last Update: 04-06/2021]
junjun7981 replied to llchrisll's topic in Script Collections
What you mean you put that? Does the npc load? Check in the NPC that the Header: prontera.gat,164,168,3%TAB%script%TAB%Chat System%TAB%857,{ Replace "%TAB%" by using the tabulator button. If you mean the usage: Whisperbox: NPC:Broadcaster Textbox: For global messages: Global:<Message> For map messages: Map:<Message> Regards, Chris npc work's fine only problem is when i type Global: then the message its allways saying that you did not put a location -
Chris' Script Collection [Last Update: 04-06/2021]
junjun7981 replied to llchrisll's topic in Script Collections
i put [WhisperBox] NPC:Broadcaster [TextBox] Global: test! but it allways says i didnt put a location any idea? -
Still not working (
-
Hi guys! can you help me to setup my test server(actually i finish compiling and editing MySql) my problem is on adding custom and i dont know how to diff clients i allways fail. so here's my problem on adding custom item i follow this step http://rathena.org/wiki/Custom_Items and it didnt work item_db2.txt 26000,White_Sakkat_Bamboo,White Sakkat Bamboo,4,0,0,0,,0,,4,0xFFFFFFFF,7,2,256,,0,1,2000,{},{},{} idnum2itemdesctable 26000# White_Sakkat_Bamboo # idnum2itemdisplaynametable 26000#White_Sakkat_Bamboo# idnum2itemresnametable 26000#White_Sakkat_Bamboo# accessoryid.lua ACCESSORY_White_Sakkat_Bamboo = 2000 accname.lua [ACCESSORY_IDs.ACCESSORY_White_Sakkat_Bamoo] = "White_Sakkat_Bamboo" and when i try to equip it, it gives me an gravity error. tell me if i have miss something ps: just help me if you are willing to help thanks