Jump to content

blast1he

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Female
  • Location
    Germany
  • Server
    iceRO

Recent Profile Visitors

1715 profile views

blast1he's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. everything is set properly, i even tried with older clients(2012, 2013, 2014) but i get the same error message.
  2. Hello i was trying to make a server with no-ip log in but the problem is when i try to connect i get this error message in the login server: Abnormal end of connection (ip: 212.106.xx.xx): Unknown packet 0x65 i didn't change anything but the conf files, when i try to connect via localhost (127.0.0.1) it connects normaly without any error messages *the client i use is 2015-11-04 any ideas ?
  3. hello i use this script from emistry // usage : // [npc:Sample]map#512#10 // [npc:Sample]all#512#123 - script Sample -1,{ OnWhisperGlobal: if( getgmlevel() >= 99 ){ // check map if( @whispervar0$ == "all" ) set .@type$,""; else if( @whispervar0$ == "map" ) set .@type$,strcharinfo(3); else { dispbottom "Error, pick 'map' or 'all' "; end; } // check item set .@itemid,atoi( @whispervar1$ ); set .@amount,atoi( @whispervar2$ ); if( getitemname( .@itemid ) == "null" || .@amount < 1 ){ dispbottom "Enter valid item id and amount."; } set .@self_id,getcharid(3); query_sql( "SELECT COUNT(`account_id`) FROM `char` WHERE `online` = 1 ", .@total ); while( .@count < .@total ){ query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 ORDER BY `account_id` LIMIT 128 OFFSET "+.@offset, .@aid,.@name$ ); set .@i,0; set .@size,getarraysize( .@aid ); while( .@i < .@size ){ if( .@aid[.@i] != .@self_id ){ if( .@type$ != "" ){ getmapxy( .@map$,.@x,.@y,0,.@name$[.@i] ); if( .@map$ == .@type$ ){ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } }else{ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } } set .@count,.@count + 1; set .@i,.@i + 1; } set .@offset,.@offset + .@size; deletearray .@aid,.@size; deletearray .@name$,.@size; } dispbottom "Gave "+.@amount+" x "+getitemname( .@itemid )+" to "+.@gave+" Player(s)."; } end; } and i have a problem, i usually use this when players are between 100-300 online, but when players get higher than 500 this script give rewards to players and players won't get anything, or when i reward players fore example white potions and blue potions, players will get only white potions or only blue. so thats my problem, any help ?
  4. hello i want to reward the players that in the x map every 15 minutes any help ?
  5. hello i would like to request a happy hour event that do the following: 1-Announce that the happy hour event will start after x minutes 2-after x minutes the happy hour starts, and the exp rate increase to number i choose 3- the script calls an npc that moves the players to a map that is full of monsters 4- when the hour ends the npc will be kicked and the players will return to thier save point 5- when the event is running the players which in the monsters map will get a prize every x minutes so the script will go like this: an announcement to all players says: Happy hour: happy hour event will start after 10 minutes after 10 minutes Happy Hour: Happy hour event has begun, Exp now x5 and drop rate x5, come talk to Happy hour manager to warp to the monsters map in this moment Happy hour manager "npc" will be called in prontera and people can talk to him and warp to the map the npc has 2 maps, 1 for high lvls and 2 for low ones, after the event starts, the players who in that map will get prize every x minutes after 50 minutes an announcement says Happy hour: happy hour event will end after 10 minutes after 10 minutes the happy hour will end and the players will be kicked from that maps and the npc will be kicked and the exp and drop rates will return to its normal state.
  6. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>uae</servicetype> <servertype>primary</servertype> <connection> <display>English</display> <desc>None</desc> <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>45</langtype> <aid> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000007</admin> <admin>2000770</admin> <admin>2000767</admin> <admin>2000813</admin> </aid> </connection> <connection> <display>Arabic</display> <desc>None</desc> <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>45</langtype> <aid> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000007</admin> <admin>2000770</admin> <admin>2000767</admin> <admin>2000813</admin> </aid> </connection> </clientinfo> alot of my players are arabs thats why i want langtype 19 im currently using 10-04-2012 ragexe and its supporting langtype 19 any help ?
  7. hello rathena i tried to make my langtype 19 on client 07-08-2013 ragexe but it didn't work is there anyway to make this work ?
  8. if my client diffed to be read data first where i have to look for translating ?
  9. hello i was trying to translate skills in luafiles514 but when i make my changes and rebuild grf nothing happen i even tried to delete the files that in this dir [skillinfoz] but i didn't get any error is there any where else i have to translate from ?
  10. clientinfo must be 30 as same as packet_db
  11. Hello I was wondering if someone could make a system that has 2 npc folders one for english and the other for german, and the players can choose the language from an npc like when player choose english, the server read's english folder and the same with german
  12. hello rathena i want an npc that gives a random puzzle from 50 different puzzles or something like that, so the npc will be like that: 1- gives random puzzles. 2- the one who take a puzzle can't talk to the npc anymore, or the npc says that he already talked to it. 3- the prize can be set easily and it can be more than one prize. 4- each puzzle has 4 options to pick. so i will set the puzzle, all you have to do is make the first one and i'll follow.
  13. Hello Forgive me if the problems that im willing to post here is old or outdated, but in fact im facing it on the latest version of Rathena. My first problem, Pneuma Pneuma behaves strangely, when someone stand in Pneuma and an archer use arrow shower the person who is standing in Pneuma knocked back, i guess this is a problem in the skill, so i want your help to fix this. The second is Bowling Bash The well-known problem of Bowling Bash "gutter lines" is my major problem, all the players of my server is complaining from this problem, so i want your help to fix this. The third one is Sonic Blow When an Assassin sonic blow a Priest for example, the Priest will see the Assassin standing so far away like 5 cells or higher, and Sometimes can't even see him, just Sonic Blow from nowhere O_o. So this is my problems i hope you guys to help me as fast as you can because im losing my players.
  14. Hello i was developing a donation system that we can use more that paypal method the problem is i can't locate kafra points in the database of the server where all accounts and stuff there so where i can find kafra points database .
  15. what i meant is being a swordman without intering the quest of the swordman and i figure out how by using callfunc "Job_Change",Job_Swordman; thanks for your reply anyway
×
×
  • Create New...