Jump to content

Eross

Members
  • Posts

    378
  • Joined

  • Last visited

Everything posted by Eross

  1. Good day ^_^ ! Today , Im trying to make an NPC that work just like the normal floating rates .. The only modification is it will require certain amount of donation to function ... * Players will donate zeny by inputing the amount * While, the NPC has a target amount of donation like 5,000,000z * if ($serverdonation >= 5000000) ~> The NPC Will announce that the floating rate will be activated for 24hours (Changing rates every OnMinute0000 ) * And also it has to have a timer that will end after 24hours Now the thing is .. I dont know how to trigger It every hour while the event is active ... I can only trigger it ONCE by donating 5m Zeny Here's my unfinished edit :
  2. Eross

    Statue NPC

    Hi!! Is it posible to have a use *setnpcdisplay "<npc name",MOB ID .. But the monster is set to stone cursed status ?? Its quite annoying hearing soundeffects ..I just want to make an NPC that changes into monster sprite every hour but doesnt move or make any noise ...thanks
  3. Does this script has revision for latest rathena version ?? Im getting error .. Thanks
  4. Hi ! Like whats on title ,, I want to ask/request for a script that will let you turn on and off the chat baloon or merchant vending balloon on town .. Thankyou !
  5. Hi ! thankyou for your answer .. here's my diff list Hi sir ! actually after my first run using this fresh rathena I got multiple SQL error related on storages that asking for ENCHANTGRADE and on my `login` table that is asking for WEB_AUTH_TOKEN .. so I deleted all the tables and replace them from my main.sql ... Do I need to change anything ?? since there are no error visible on my map, char and logserv unless I login which is ntif_parse_StorageReceived .. I dont know how to fix this ,, please help Thankyou so much AFTER CHECKING I NOTICED THAT MY `STORAGE` TABLE IS NOT ACTUALLY MATCHED AND I MANAGED TO CHANGE IT WITH THIS After checking my `storage` table I noticed that it is not actually matched ! ... I replaced it with this
  6. Good day ! Im using latest Rathena and Im having this kind of error everytime I login .. Can you help me fix this and can you tell me the reason why this has to come up .. Thanks
  7. Hi I got so many errors ..can someone help me ? Hi! What do you mean about this ? Im having same problem can you help me
  8. Hi sir ! Ive tested it but doesnt work ? Im just curious tho sir .. what those this mean ? input .@withdrawCredits,1,.@credits; Why add ,1 after the .@withdrawcredits ?? when it has to be only .@credits ?
  9. Good day Rathena ! I need support here regarding @sikiro's Flux CP NPC Script .. This is use to redeam Donation Credits and convert into #CASHPOINTS ... Im having a little problem since I want to add restriction here ... 1. Lets say I have 500 Donation credits.. The NPC will ask HOW MUCH donation credits I want to convert into CASHPOINTS .. If I input 501 the NPC will not allow me to convert since it has bigger amount than my existing credit amount ... Im not that good in SQL ,... Please help FULL SCRIPT: The line that I need to modify: THANKYOU !!!
  10. Hi sir @Rytech Ive fixed the problem an hour ago ... I diffed it using nemo and translate ... actually I have one more problem with my map in 2012 Did you encounter this one ? squares on floor
  11. Good day ! does anyone here experienced or experiencing this kind of map problem ... The map itself is okay but in game this shows like this .. dark holes i guess
  12. Good day ... I need help for this one guys .. I have an unknown letters ..how to fix this one ?Im using 2012 client by @Rytech thanks
  13. its not working sir
  14. Good day ! I have a script here that gives a player 60% chance to get an event coin for killing an MVP monster ... the problem here is I also have an MVP Room ... How will I make it disable on MVP Room maps ??? Please help because players are abusing it ,,Thankyou ! - script wztokens -1,{ OnNPCKillEvent: setarray .mvpid[0],1916,1511,1785,1630,1039,1272,1719,1046,1389,1112,1115,1418,1252,1086,1885,1492,1734,1688,1373,2131,1147,1059,1150,1087,1190,1038,1157,1159,1623,1583,1312,1685,1658,1871,1768,1832,1779,2022,1708,1874,1751,1917,1647,1649,1651,1646,1650,1648,1120,1204,1259,1283,1289,1302,1307,1388,1582,1829,1830; setarray .minibossid[0],1120,1289,1302,1307,1388,1582; //setarray .minibossid[0],1090,1091,1092,1093,1096, 1120,1198,1203,1204,1205,1259,1262,1283,1289,1295,1302,1307,1320,1388,1582,1681,1700,1701,1702,1703,1704,1705,1706,1707,1720,1754,1755,1783,1829,1830,1831,1833,1839,1870; set .@mvpchance, 650; // 500 = 5.00% set .@minichance, 200; // 500 = 5.00% //set .@mobchance, 2; // 500 = 5.00% set .@rand, rand(1000); // Random Rate for (set .@c, 0; .@c < getarraysize(.mvpid); set .@c, .@c + 1){ if (( killedrid == .mvpid[.@c] ) && .@rand < .@mvpchance ) { //getmapxy .@map$, .@x, .@y, BL_PC; //makeitem 677, 1, .@map$, .@x + 0, .@y + 0; getitem 7539, 1; //message strcharinfo(0), "Obtained 1 Roulette Token for killing MVP monster ("+.@mvpchance /10+"% chance)"; announce "["+strcharinfo(0)+"] has obtained 1 WZ Token for killing an MVP/Boss monster",bc_all; end; } if (( killedrid == .mvpid[.@c] ) && vip_status(1) ) { getitem 7539, 1; //message strcharinfo(0), "Obtained 1 Roulette Token for killing MVP monster ("+.@mvpchance /10+"% chance)"; announce "["+strcharinfo(0)+"] has obtained 1 WZ Token for killing an MVP/Boss monster",bc_all; end; } } }
  15. I would like to request a Ladder npc that shows players zeny on bank ..or if its possible just combine zeny on char and zeny on bank as total of account zeny ..Thanks
  16. Hi ! recently i used Devil Square event ... But all my players are using duals to abuse rewards ... I just want to make a warp/portal that will restrict dual char to enter the area by checking its Gepard ID ... If no same ID the player will warp into reward area but if it has It will kick out the dual player ...Thankyou !
  17. Hi ! GRF link is not working ..can you give me map of KOTH01 thanks
  18. Hi thankyou ! may I ask if its possible also on Recall command ??
  19. Eross

    bDropAddRace

    thankyou !!
  20. Hi ! I just want to as if bDropAddRace, RC_All,#; affects MVP Drops ?? if yes , How can I exclude mvp monsters from this script ..TIA !
  21. Hi sorry for bringing up old discussions but im also looking on how to aleast make the reflects max damage = to casters hp or atleast disable reflect on MVP monsters caused by paladin and stalker
  22. Hi I dont know if im on a right section, but I would like to ask how to make MVP immune from reflect damage ? Like Great Demon Baphomet the players are using Paladin Eske anf Stalker on reflecting its damage ..thankyou
  23. I would like to ask why my instances like nydhog and endlesstower behaves like this ? the map warps all party back to their savepoints after 3 or 5 minutes -_- help please
  24. Hi sir @Meow pls notice our emails thanks
  25. Hi lately my players discovered this kind of bug ... does anyone know how to fix it ???? thanks
×
×
  • Create New...