Jump to content

Ice Bear

Members
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ice Bear

  1. i hope this will be answered and ive try to edit this in clif.cpp but something it off i modify the requirement to spin into 1 gold or 1 silver or 1 bronze to play but seems the lucky roulette doesnt follow the src code? i already recompiled my server im using latest rathena rev + 20170614 client if( !sd->roulette.stage && sd->roulette_point.bronze <= 0 && sd->roulette_point.silver <= 0 && sd->roulette_point.gold <= 0 ){ result = GENERATE_ROULETTE_NO_ENOUGH_POINT; }else{ if (!sd->roulette.stage) { if (sd->roulette_point.bronze > 0) { sd->roulette_point.bronze -= 1; pc_setreg2(sd, ROULETTE_BRONZE_VAR, sd->roulette_point.bronze); } else if (sd->roulette_point.silver > 0) { sd->roulette_point.silver -= 1; sd->roulette.stage = 2; pc_setreg2(sd, ROULETTE_SILVER_VAR, sd->roulette_point.silver); } else if (sd->roulette_point.gold > 0) { sd->roulette_point.gold -= 1; sd->roulette.stage = 4; pc_setreg2(sd, ROULETTE_GOLD_VAR, sd->roulette_point.gold); } }
  2. can you share the link eathena site is dead ?
  3. sir can you help me im using Rathena SVN Revision 17726
  4. sir @Dastgir is this posible ung 17704?
  5. how can i modify the % damage of magic crasher skill? i want to make it 300% more damage but with the SL_WIZARD BUFFS anyone searching all over the forums but no luck to see one
  6. View File [Snow Inn] by DaemonSpade This Map is a Free Release Map Do Not Sell This Map... Facebook : https://www.facebook.com/DeathStein rAthena : https://rathena.org/board/profile/428-daemonspade/ . Submitter DaemonSpade Submitted 05/01/17 Category Maps & 3D Resources Content Author  
      • 1
      • Upvote
  7. Version 1.0.0

    404 downloads

    This Map is a Free Release Map Do Not Sell This Map... Facebook : https://www.facebook.com/DeathStein rAthena : https://rathena.org/board/profile/428-daemonspade/ .
    Free
  8. • Can anyone help me to change the max card slot from 4 to 5 slots? • I want to make the server 5 slot items • waiting for someone who wants to help thanks
  9. change the id 501 to your custom currency?
  10. Did SomeOne Made a Script Like This?? Please Drop a Comment Guys Need it Badly?? Thanks rAthena
  11. where to downlaod that?
  12. Item Crafter NPC This NPC Requires Specific Amount of Items to Craft One Item by a % chance to sucess or fail For Example You Need to Sacrifice 10 Golds 10 TCG 10 Red Potion To Recieve 1 Poring Coin by 10% chances Only If AnyOne Like To Help Me Here Thanks )
  13. File Name: [RoyaL] Turbo_Room Edit! File Submitter: DaemonSpade File Submitted: 20 Nov 2012 File Category: Maps & 3D Resources Video: DaemonSpade Content Author: DaemonSpade Edit by : Jeremy Reyes / DaemonSpade.rAFacebook : https://www.facebook.com/GMRaizenthis map can be use as Mall/Quest Area or Town?Feel Free to use it.. and thanks haha Click here to download this file
  14. wow? hahha your badass goddameit hahah awesome
  15. Ah sir just a little request can you add this stuffs Check the Players HP % Example Can be set the % of HP so the Dedi NPC can heal you up around 1-100%? requires 1 Heal Potion (Item Stacked 50 pcs) Consume 1 Heal Potion when the Dedi NPC Heals the Player? when players hp is 40%-50% the Dedi NPC will auto heal the player? Thanks hahah just a IDEA )
  16. Hi , rAthenians Im asking for this problem just a WEIRD problem im new @ 2012 Ragre Clients Using 2012-04-10a Ragre from your Supportmii Data v3 From Alexiandria @ Rathena the client is alright no error why im playing... showing all game features Custom Item View is IS Fix so i dont have problem with my luafiles514 but i have a problem when i add custom items . ive try 2 Ways this ways.. makes me confuse... [Way of Adding Custom Item for Ragre like on 2010 Clients i dont have problem with it..] just want to try new clients so i decided to try 2012 the problem is the custom item shows Unknown Item / Apple Sprite iteminfo.lua/lub When i Edit This File It Dont Work but i opens it shows Apple Agian or When ive Edit This Files idnum2itemdesctable idnum2itemdisplaynametable idnum2itemresnametable itemslotcounttable the client dont open what should i do? Please Help Me Thanks
  17. Version Royal Turbo Room v2

    1753 downloads

    Edit by : Jeremy Reyes / DaemonSpade.rA Facebook : https://www.facebook.com/GMRaizen this map can be use as Mall/Quest Area or Town? Feel Free to use it.. and thanks haha
    Free
  18. [Destined to Play Ragnarok]

  19. @Keiostheory how do you fix it bro? mine is like yours custom item shows unknown item / apple but the view id works... im using 2012-04-10a Client Too? Please Tell me How You Fixed It!
  20. Already Done it but i need my ALT+S shows the skill of the main class when i press ALT + S no skills show thier its disabled need help thanks for reply Emistry Skill Tree Doesnt Show When Im Disguise as Akatsuki Suit i Replace the Tuxedo into Akatsuki it perfectly works but The Skill Tree of Wedding/Tuxedo Class is my Problem when i Press ALT + S no skills shows
  21. How to make these Classes Shows Their Skill Trees When i ALT + S no skills show but it has Basic Level 9 Please Help Need Badly
  22. How to show Their [skill Tree] like normal jobs & if Possible how to change their Poring <job name into custom job name i like Im Using Renewal Thanks
  23. Maybe This Helps Need an Item for Resurection - script Reviver -1,{ OnUsed: menu "Resurection",Resu,"Cancel",Canceled; Resu: sleep2 200; atcommand "@alive"; close; Canceled: message strcharinfo(0),"Ok Your Choice Master."; getitem 501,1; //501 = red potion just test//Set ITEM ID for your Resurection Script close; } - script Revived -1,{ end; OnPCDieEvent: if(countitem(501)<1) goto L_DHAVE; // ITEM CHECK IF HAVE TOKEN if( strcharinfo(3) == "prontera" ) { // MAP DISABALER message strcharinfo(0),"Cant Use In PVP MAPS"; close; } doevent "Reviver::OnUsed"; goto D_eleter; close; D_eleter: message strcharinfo(0),"Resurection Stone Used"; delitem 501,1; //501 = red potion just test//Set ITEM ID for your Resurection Script close; L_DHAVE: message strcharinfo(0),"You Dont Have Resurection Stone."; close; }
×
×
  • Create New...