Jump to content

Yuka

Members
  • Posts

    333
  • Joined

  • Last visited

Everything posted by Yuka

  1. Yes, it's only this item. And I cannot even trade it.. Just storage and cart. I cannot find an entry for it in item_trade. (both re and pre-re) Okay, I just messed up. I have no idea what happened, I loaded my item_trade in pre-re again and it contained the 7619 entry.. It works now, sorry for the trouble.
  2. This needs A LOT of improvement, sucks really bad right now..
  3. Anything else I need to change? :/
  4. Yuka

    PvP/GvG Ladder

    - script WoEKillMessage -1,{ OnPCKillEvent: if((AgitCheck() && CallSub(IsWoE1Map, StrCharInfo(3))) || (AgitCheck2() && CallSub(IsWoE2Map, StrCharInfo(3)))) { DispBottom("You killed " + RID2Name(killedrid) + "."); if(AttachRID(killedrid)) DispBottom("You were killed by " + RID2Name(killerrid) + "."); } End(); IsWoE1Map: for(Set(.@i, GetArraySize(.WoE1Maps$) - 1); .@i >= 0; Set(.@i, .@i - 1)) if(.WoE1Maps$[.@i] == GetArg(0)) return 1; return 0; IsWoE2Map: for(Set(.@i, GetArraySize(.WoE2Maps$) - 1); .@i >= 0; Set(.@i, .@i - 1)) if(.WoE2Maps$[.@i] == GetArg(0)) return 1; return 0; OnInit: SetArray(.WoE1Maps$[0], "aldeg_cas01", "aldeg_cas02", "aldeg_cas03", "aldeg_cas04", "aldeg_cas05" , "gefg_cas01", "gefg_cas02", "gefg_cas03", "gefg_cas04", "gefg_cas05" , "payg_cas01", "payg_cas02", "payg_cas03", "payg_cas04", "payg_cas05" , "prtg_cas01", "prtg_cas02", "prtg_cas03", "prtg_cas04", "prtg_cas05"); SetArray(.WoE2Maps$[0], "arug_cas01", "arug_cas02", "arug_cas03", "arug_cas04", "arug_cas05" , "schg_cas01", "schg_cas02", "schg_cas03", "schg_cas04", "schg_cas05"); End(); } That's the killmessage script. I haven't found the other one yet. Using a normal PvP Ladder for now.
  5. I just tried it, doesn't work. Or do I really need to restart the server?.. I did @reloadscript and @reloaditemdb
  6. 7619,9,100 This is how I have Enriched Elunium in my db/pre-re/item_trade.txt I found another entry for 7619 in there and deleted it. I have done @reloadscript and even restarted the server, but Enriched Elunium is still not tradable.. :/ Can anyone help me out?
  7. I've figured that out. I forgot to add my map to restricted.txt. D: Thank you anyway.
  8. I have added this to my skill_no_castdb.txt //---------------------------------------------------------------------------- // Zone 4 - WoE:SE //---------------------------------------------------------------------------- 426,256 //TK_HIGHJUMP 290,256 //SA_ABRACADABRA 26,256 //AL_TELEPORT 27,256 //AL_WARP 87,256 //WZ_ICEWALL 150,256 //TF_BACKSLIDING 219,256 //RG_INTIMIDATE 264,256 //MO_BODYRELOCATION 336,256 //WE_CALLPARTNER 361,256 //HP_ASSUMPTIO 362,256 //HP_BASILICA 395,256 //CG_MOONLIT 409,256 //WE_CALLPARENT 410,256 //WE_CALLBABY 491,256 //CR_CULTIVATION 411,256 //TK_RUN And this to my npc/pre-re/mapflag/gvg.txt prtg_cas01 mapflag nogo prtg_cas01 mapflag restricted 4 aldeg_cas05 mapflag nogo aldeg_cas05 mapflag restricted 4 guild_vs5 mapflag restricted 4 Do I need to write 256 as zone? Can I somehow reload this without reloading mobs? D: Also I can use Assumptio in WoE castles at the moment.. Thank you!
  9. Change all "HunterTimer" to "HuntedTimer" to fix this NPC. Aside from that, it's a really cool event!
  10. Hello, I need to press ALT +2 to use ALT+ 1 Marco, ALT +3 for ALT +2 and so on. And the weapons are in Armor part of Storage and visa versa. Thanks for help!
  11. I did already, all data folders seem to be renewal. Tights have 27Def, I doubt that this is Pre-Renewal.
  12. Hello, I need the pre-renewal idnumdesctable.txt since I am running a pre-renewal server but the items all have the renewal defense stats shown etc. :/
  13. Dumb me. D: Thank you. Works now.
  14. Wow this is awesome! I didn't know this exists! Thanks sir, I'm gonna try it. It just colours the item yellow, but I can still drop it.. :/ Do I need to install this: http://rathena.org/board/files/file/2558-account-bound-items/ ? If so, how do I install it? D:
  15. You lost quality but its what you wanted: http://i.imgur.com/6YF1eAM.gif Well I got that myself. xD Hm? http://ezgif.com/resize
  16. You lost quality but its what you wanted: http://i.imgur.com/6YF1eAM.gif Well I got that myself. xD
  17. It seems that I wont beable to without the original files used to make it Aint there programs to extract it? :/ The guy who made it would charge another 10$ for the resize..
  18. Hi, I have created Vote Poison Bottle and Vote Acid Bombs that are accountbound, but it seems I have to manipulate the skill Enchant Deadly Poison and Acid Demonstration to use either normal or those bottles. :/ How do I do this? D: I guess I have to edit this line in db/skill_require_db.txt 378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_EDP#エンチャントデッドリ?ポイズン# But how can I make it that it consumes either 678 or 19548, not both? D: Thanks! EDIT: I believe this belongs in Database, sorry. :/
  19. I added it to @go maps already.
  20. Hi, how can I add my custom map as town? I already have it the mapflag town, but when I add restrictions to zone 7 in skill_nocast.txt it has an effect on every official town but not on my custom town. :/ And somehow I can zoom out REALLY fast on my custom map.. Thanks!
  21. reloadsript is enough. Well I cannot use the skills in official towns now, but still in my custom town. Where do I need to add my map to, to declare it as town? D:
  22. I want to disable it permanently. So no one can set this map for the Star Gladi skills. I added this to db/pre-re/skill_nocast.txt: 427,2048 428,2048 429,2048 430,2048 431,2048 432,2048 433,2048 434,2048 435,2048 436,2048 437,2048 438,2048 439,2048 440,2048 And this to my mapflags: aethra mapflag town aethra mapflag restricted 2048 Should that be enough? Do I need to restart my server or is reloadscript enough? D:
×
×
  • Create New...