Jump to content

Erba

Members
  • Posts

    550
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Erba

  1. Erba

    H>HOURLY POINTS

    @patskie: thanks i forgot to use "&&" but i tried to use !checkvending() before but still gives player who are in vending mode with 1 point @lionhardt: can you be clarify your statement sir? im quite confused.. but anyway.. this is what i did.. i edited the first if(@minute % 30) so that player who is active [not vending but chatting] to gain 1 point per 30mins on the otherhand player who is [vending and is not chatting] will gaint 1point per 1hour
  2. - script Hourly Active -1,{ OnUpdate: if( checkvending() == 0 || checkchatting() == 1 ){ set @Minute,@Minute + 1; if( @Minute % 30 == 0 ){ set #CASHPOINTS, #CASHPOINTS + 1; dispbottom "You've been Active for 30 minutes, +1 Cash point(s) in your Balance."; set @Hour,@Hour + 1; if( @Hour % 7 == 0 ){ set #CASHPOINTS, #CASHPOINTS + 10; getitem 14232,4; getitem 25138,10; dispbottom "You've been Actively Online for 7 Hours, +10 Cash point(s) in your Balance."; } } } else { if( checkvending() == 0 || checkchatting() == 0){ set @Minute,@Minute + 1; if( @Minute % 60 == 0 ){ set #CASHPOINTS, #CASHPOINTS + 2; // getitem 7227,1; dispbottom "You've Been AFK for 1 hour, +1 Cash point(s) in your Balance."; set @Hour,@Hour + 1; if( @Hour % 12 == 0 ){ set #CASHPOINTS, #CASHPOINTS + 10; // getitem 14232,10; // getitem 25138,10; dispbottom "You've Been AFK for 12 hours, +1 Cash point(s) in your Balance."; } } } } OnPCLoginEvent: addtimer 60000,strnpcinfo(0)+"::OnUpdate"; end; } My problem with this Hourly Points script that i am using .. made by sir Euphy i guess but i modified this for my server. this script should work like this: If a player is not vending and is chatting he will receive 1cash point every 30mins while the other one if a player is not vending and is afk he will receive 1cash point every 1 hour PROBLEM: still it gives vending player 1 cash points per hour even it is in normal vend or using autotrade.. please help
  3. How to modify this into allow the script to give 1 cash points per hour while 1cash points every 30 mins? i am using r16797 and i got this errors: error on line 30: parse_simpleexpr:unmatch ')' *30: while ( checkidle'(') > 1 ) //Pause count while player is inactive, also checks for activity.
  4. Erba

    Custom Skills :)

    ived read that many times already.. and i still dont know how to make skill passive and summon monster T_T
  5. Can i request to help me make a custom skill ^^.. coz im planning to make a new job in the server i am working and i want to make a skill which is a passive skill Master's Piece of Vitality: max level 5 level 1: increases HP by 5% level 2: 10% level 3: 15% level 4: 20% level 5: 25% Active Skill: Master's Fire Minion: max level 1: can summon 1 ifrit which help him fight other player and monsters.. this ifrit will not drop anything. thats all thankyou!
  6. problem solved sir XD.. im poor with SG haha.. i know now what my problem is thanks for the reply!
  7. oopss.. i humbly ask the forum moderator to move this thanks!
  8. grant your database with all the permission in your phpmyadmin
  9. Impressive talent! Change the color and if possible add a WOE server status ^^
  10. Thanks for the Release great job Olrox ^^ hoping for more great maps from you! hehe
  11. Help.. how to enable all comfort of the Sun, Moon and star can be casted in any map, so that the effect of this skill brought its effects all for the SG for example: SG casted Comfort of The Sun = Increases Vit Defenses then casted Comfort of The Moon = Increases Flee Rate then casted Comfort of the Stars = Increases ASPD then if all comfort casted the SG should have it all effects sorry for my bad englesh sorry also if i posted in wrong section
  12. Please teach me.. Sorry if i posted in the wrong section if it is in a wrong section i kindly ask the moderators to move this topic to the correct section thank you.. How can i make NPC_EARTHQUAKE skill to be added in the skill tree of Mage? How can i make it work? so that a mage can cast DB using its HP? thank you for the help PS: How to make it damage a player enemy
  13. I would like to request a script for those pros out there to make a script like endless tower,, the features will be: Only opens 2 times a day or every 12hours minimum of 5members per team it only spawns Boss monsters up to 77th floor only when the party finishes all 77th floor they will receive 5 Tcg each members there is a Top 5 record based on the time they finishes the Event Boss Monsters includes: Lhz Thana Gloom FBH thank you
  14. Bump please Bump problem fixed
  15. BUmp BUMP BUMP.. it didnt fix mine im using 16797
  16. trunk/conf/batte/items.conf gtb_sc_immunity: 45
  17. when a player uses PDFM or SLOWGRACE It affects all players surrounding him including their allies can someone help me with this problem? im using r16797 and i dont know how to fix it by going back to old revisions BUMP PLEASE NEED THIS BADLY T_T
  18. what to copy paste? the one in female folder or in the drop sprite? becuase what is in the female folder is a fire wolf aura
  19. can someone please give me this items or if you can give me the link for me to Download this? thank you
  20. if that is the case then you should use an updated data folder
  21. it means you should use BLUEGHOST SETUP
  22. umm.. sorry. idunno what to do now lets wait for the pros^^ we dont have the same athena-start because im using r16797
  23. yes.. but make it sure it finishes the recompilation
  24. login in your root putty cd trunk chmod a+x configure && chmod a+x athena-start ./configure --enable-b4bit make clean make sql try this one.. this also makes you recompile
×
×
  • Create New...